* gcse.c (insert_insn_end_bb): Fix typo in last change.

From-SVN: r50453
This commit is contained in:
Kaveh R. Ghazi 2002-03-08 20:23:55 +00:00 committed by Kaveh Ghazi
parent 189ae0f4d5
commit 3b25fbfeaf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcse.c (insert_insn_end_bb): Fix typo in last change.
Fri Mar 8 21:08:52 CET 2002 Jan Hubicka <jh@suse.cz>
* recog.c (peephole2_optimize): Re-distribute EH edges.

View File

@ -4626,7 +4626,7 @@ insert_insn_end_bb (expr, bb, pre)
/* It should always be the case that we can put these instructions
anywhere in the basic block with performing PRE optimizations.
Check this. */
if (GET_CODE (insn) == insn && pre
if (GET_CODE (insn) == INSN && pre
&& !TEST_BIT (antloc[bb->index], expr->bitmap_index)
&& !TEST_BIT (transp[bb->index], expr->bitmap_index))
abort ();