diff options
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index 2c255ab..12e2a58 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -221,7 +221,9 @@ extern struct tree_opt_pass pass_store_copy_prop; extern struct tree_opt_pass pass_vrp; extern struct tree_opt_pass pass_create_structure_vars; extern struct tree_opt_pass pass_uncprop; +extern struct tree_opt_pass pass_reassoc; +/* IPA Passes */ extern struct tree_opt_pass pass_ipa_inline; #endif /* GCC_TREE_PASS_H */ |