]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix function name
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 8 Feb 2019 11:22:53 +0000 (11:22 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 8 Feb 2019 11:22:53 +0000 (11:22 +0000)
From-SVN: r268677

gcc/ada/ChangeLog

index 8e485add04fc001260acc3eb1d63670120a93d5f..11a9ff15fe16191781101b3653709f63d0f2de1d 100644 (file)
@@ -1,6 +1,6 @@
 2019-02-08  Eric Botcazou  <ebotcazou@adacore.com>
 
-       * gcc-interface/trans.c (Regular_Loop_to_gnu): Replace tests on
+       * gcc-interface/trans.c (Loop_Statement_to_gnu): Replace tests on
        individual flag_unswitch_loops and flag_tree_loop_vectorize switches
        with test on global optimize switch.
        (Raise_Error_to_gnu): Likewise.