diff options
Diffstat (limited to 'gcc/passes.def')
-rw-r--r-- | gcc/passes.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/passes.def b/gcc/passes.def index 9637edb57e20..6ebf8bbb8b49 100644 --- a/gcc/passes.def +++ b/gcc/passes.def @@ -45,7 +45,7 @@ along with GCC; see the file COPYING3. If not see NEXT_PASS (pass_sprintf_length, false); NEXT_PASS (pass_walloca, /*strict_mode_p=*/true); NEXT_PASS (pass_build_cgraph_edges); - NEXT_PASS (pass_uninline_innermost_loops); + NEXT_PASS (pass_noloopalias); TERMINATE_PASS_LIST (all_lowering_passes) /* Interprocedural optimization passes. */ |