aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorSriraman Tallam <tmsriram@google.com>2010-05-12 21:15:19 +0000
committerSriraman Tallam <tmsriram@google.com>2010-05-12 21:15:19 +0000
commit9e22a6dc1ec67f0d5f452c19fa989713e560eec0 (patch)
tree837e3d3fd54b1faaeb2e9d27366cb2d163dda50b /gcc/tree-pass.h
parentcae308f0bab1c7cabbfb1826de9084f15c1bcfef (diff)
* implicit-zee.c: New file.
* tree-pass.h (pass_implicit_zee): Declare. * passes.c (init_optimization_passes): Add zee pass. * common.opt (fzee): New flag. * timevar.def (TV_ZEE): Define. * config/i386/i386.c (optimization_options): Turn on ZEE for level 2 and beyond. * Makefile.in (implicit-zee.o): Add new build file. * gcc.target/i386/zee.c: New file. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@159342 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 8542aabc79c..5ed86b4336b 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -515,6 +515,7 @@ extern struct rtl_opt_pass pass_stack_ptr_mod;
extern struct rtl_opt_pass pass_initialize_regs;
extern struct rtl_opt_pass pass_combine;
extern struct rtl_opt_pass pass_if_after_combine;
+extern struct rtl_opt_pass pass_implicit_zee;
extern struct rtl_opt_pass pass_partition_blocks;
extern struct rtl_opt_pass pass_match_asm_constraints;
extern struct rtl_opt_pass pass_regmove;