diff options
author | Christoph Muellner <christoph.muellner@theobroma-systems.com> | 2018-10-17 17:39:16 +0200 |
---|---|---|
committer | Christoph Muellner <christoph.muellner@theobroma-systems.com> | 2018-10-17 23:24:10 +0200 |
commit | 8b1ed8a464515d24e6954c3d0c9de0faa49f13f8 (patch) | |
tree | f84bedea970c8988cdb644d42dfa7fcd7553bca2 /gcc/passes.def | |
parent | 711a65c0fdc32ef286e785ec1959986490d1b2ef (diff) |
noloopalias: Replace noalias with noloopalias.HEADgcc-7_3_0-amp4gcc-7_3_0-amp-branch
Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
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. */ |