Commit 83cc36c8 by Kazu Hirata Committed by Kazu Hirata

* passes.c (rest_of_handle_gcse): Fix a comment.

From-SVN: r95069
parent 88fb930d
2005-02-15 Kazu Hirata <kazu@cs.umass.edu>
* passes.c (rest_of_handle_gcse): Fix a comment.
2005-02-15 Jeff Law <law@redhat.com> 2005-02-15 Jeff Law <law@redhat.com>
* gcse.c (canon_modify_mem_set_list_set): Kill unnecessary * gcse.c (canon_modify_mem_set_list_set): Kill unnecessary
......
...@@ -1048,7 +1048,7 @@ rest_of_handle_gcse (void) ...@@ -1048,7 +1048,7 @@ rest_of_handle_gcse (void)
} }
/* If gcse or cse altered any jumps, rerun jump optimizations to clean /* If gcse or cse altered any jumps, rerun jump optimizations to clean
things up. Then possibly re-run CSE again. */ things up. */
if (tem || tem2) if (tem || tem2)
{ {
timevar_push (TV_JUMP); timevar_push (TV_JUMP);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment