OSDN Git Service

* jump.c (jump_optimize_1): Fix typo in elide optimizations
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Mar 2000 22:43:59 +0000 (22:43 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Mar 2000 22:43:59 +0000 (22:43 +0000)
        for minimal jump pass test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32755 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/jump.c

index 99368f2..26812e1 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-26  Jan Hubicka  <jh@suse.cz>
+
+       * jump.c (jump_optimize_1): Fix typo in elide optimizations
+       for minimal jump pass test.
+
 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
 
        * integrate.c (function_cannot_inline_p): Do inline functions that
index 63cde04..18303e6 100644 (file)
@@ -342,7 +342,7 @@ jump_optimize_1 (f, cross_jump, noop_moves, after_regscan,
          if (nlabel != JUMP_LABEL (insn))
            changed |= redirect_jump (insn, nlabel);
 
-         if (! optimize || minimal)
+         if (! optimize || minimal)
            continue;
 
          /* If a dispatch table always goes to the same place,