This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gimple-ssa-isolate-paths comment fix


Committed, obvious.

       * gimple-ssa-isolate-paths.c (pass_isolate_erroneous_paths): Comment fix.

Index: gimple-ssa-isolate-paths.c
===================================================================
--- gimple-ssa-isolate-paths.c  (revision 204761)
+++ gimple-ssa-isolate-paths.c  (working copy)
@@ -415,7 +415,7 @@
   bool gate () { return gate_isolate_erroneous_paths (); }
   unsigned int execute () { return gimple_ssa_isolate_erroneous_paths (); }

-}; // class pass_uncprop
+}; // class pass_isolate_erroneous_paths
 }

 gimple_opt_pass *


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]