Commit ea24f64b by Kazu Hirata Committed by Kazu Hirata

passes.c (rest_of_handle_gcse): Remove dead assignments to tem and tem2.

	* passes.c (rest_of_handle_gcse): Remove dead assignments to
	tem and tem2.

From-SVN: r94967
parent 6f9087d7
......@@ -7,6 +7,9 @@
* passes.c (rest_of_handle_gcse): Don't run cse_main and
delete_trivially_dead_insns too many times.
* passes.c (rest_of_handle_gcse): Remove dead assignments to
tem and tem2.
2005-02-12 Ira Rosen <irar@il.ibm.com>
* tree-vectorizer.c (vect_get_base_and_offset): Remove.
......
......@@ -1051,7 +1051,6 @@ rest_of_handle_gcse (void)
things up. Then possibly re-run CSE again. */
if (tem || tem2)
{
tem = tem2 = 0;
timevar_push (TV_JUMP);
rebuild_jump_labels (get_insns ());
cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
......
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