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
This commit is contained in:
Kazu Hirata 2005-02-13 03:58:21 +00:00 committed by Kazu Hirata
parent 6f9087d7fb
commit ea24f64b78
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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);