diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2010-07-26 15:53:50 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2010-07-26 15:53:50 -0700 |
commit | 8b84c5966fddefd51475d4df0fb2f1a699ba23fe (patch) | |
tree | 566634468015c713398a1fcd59ec66da7138545a /gcc/passes.c | |
parent | b57c6b13e0d950ba0771b1688cf6e57e3a5beae6 (diff) | |
download | gcc-8b84c5966fddefd51475d4df0fb2f1a699ba23fe.tar.gz |
re PR target/44132 (emutls is broken under a range of circumstances.)
PR target/44132
Emulated TLS rewrite.
From-SVN: r162549
Diffstat (limited to 'gcc/passes.c')
-rw-r--r-- | gcc/passes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/passes.c b/gcc/passes.c index 72e9b5aaa32..5a4cdc83a6e 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -804,6 +804,7 @@ init_optimization_passes (void) } NEXT_PASS (pass_ipa_increase_alignment); NEXT_PASS (pass_ipa_matrix_reorg); + NEXT_PASS (pass_ipa_lower_emutls); *p = NULL; p = &all_regular_ipa_passes; |