diff options
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index f3a03b0..a17ef35 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -577,7 +577,7 @@ extern struct gimple_opt_pass pass_convert_switch; /* The root of the compilation pass tree, once constructed. */ extern struct opt_pass *all_passes, *all_small_ipa_passes, *all_lowering_passes, - *all_regular_ipa_passes, *all_lto_gen_passes; + *all_regular_ipa_passes, *all_lto_gen_passes, *all_late_ipa_passes; /* Define a list of pass lists so that both passes.c and plugins can easily find all the pass lists. */ |