aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2010-07-26 22:53:50 +0000
committerRichard Henderson <rth@redhat.com>2010-07-26 22:53:50 +0000
commita4ce40a069bf40127a6ba7071bad0c77cba6ff53 (patch)
tree566634468015c713398a1fcd59ec66da7138545a /gcc/tree-pass.h
parent87ab4a1bc7819df5cb3cd69c6e263d17f8b991bc (diff)
PR target/44132
Emulated TLS rewrite. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@162549 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r--gcc/tree-pass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index c72d7cfa6da..33c898ee240 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -446,6 +446,7 @@ extern struct gimple_opt_pass pass_warn_unused_result;
extern struct gimple_opt_pass pass_split_functions;
/* IPA Passes */
+extern struct simple_ipa_opt_pass pass_ipa_lower_emutls;
extern struct simple_ipa_opt_pass pass_ipa_function_and_variable_visibility;
extern struct simple_ipa_opt_pass pass_ipa_early_inline;