OSDN Git Service

* gcse.c (insert_insn_end_bb): Fix typo in last change.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Mar 2002 20:23:55 +0000 (20:23 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Mar 2002 20:23:55 +0000 (20:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50453 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gcse.c

index be3f2b7..6d290dd 100644 (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.
index d78f82e..6efd39b 100644 (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 ();