diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2013-11-13 23:23:18 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2013-11-13 23:23:18 +0000 |
commit | d35e43b970679a09504e452ce6734657545dadc8 (patch) | |
tree | 485203c53dcfcaf4842c47113478b874ed681168 /gcc/gimple-ssa-isolate-paths.c | |
parent | 56d338c931955dcc7651992de55cfa144350d7b3 (diff) | |
download | gcc-d35e43b970679a09504e452ce6734657545dadc8.zip gcc-d35e43b970679a09504e452ce6734657545dadc8.tar.gz gcc-d35e43b970679a09504e452ce6734657545dadc8.tar.bz2 |
gimple-ssa-isolate-paths.c (pass_isolate_erroneous_paths): Comment fix.
* gimple-ssa-isolate-paths.c (pass_isolate_erroneous_paths): Comment fix.
From-SVN: r204762
Diffstat (limited to 'gcc/gimple-ssa-isolate-paths.c')
-rw-r--r-- | gcc/gimple-ssa-isolate-paths.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-ssa-isolate-paths.c b/gcc/gimple-ssa-isolate-paths.c index 0051da2..ddce014 100644 --- a/gcc/gimple-ssa-isolate-paths.c +++ b/gcc/gimple-ssa-isolate-paths.c @@ -415,7 +415,7 @@ public: 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 * |