]> gcc.gnu.org Git - gcc.git/commitdiff
* gcse.c (insert_insn_end_bb): Fix typo in last change.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 8 Mar 2002 20:23:55 +0000 (20:23 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 8 Mar 2002 20:23:55 +0000 (20:23 +0000)
From-SVN: r50453

gcc/ChangeLog
gcc/gcse.c

index be3f2b74c8fa1ed7b5dcc9e5f728215f633c1552..6d290dd235b3ff25c488d450832e81093d98d106 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 d78f82ee89218263b52ad1a5e62a7a0eaa754e58..6efd39bc1434f290b830b0d40d145795d1d8658a 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 ();
This page took 0.091278 seconds and 5 git commands to generate.