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
This commit is contained in:
parent
56d338c931
commit
d35e43b970
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-11-13 Steven Bosscher <steven@gcc.gnu.org>
|
||||
|
||||
* gimple-ssa-isolate-paths.c (pass_isolate_erroneous_paths): Comment
|
||||
fix.
|
||||
|
||||
2013-11-13 Jeff Law <law@redhat.com>
|
||||
|
||||
* PR middle-end/59119
|
||||
|
|
|
@ -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 *
|
||||
|
|
Loading…
Add table
Reference in a new issue