jump.c (jump_optimize_1): Fix typo in elide optimizations for minimal jump pass test.
authorJan Hubicka <jh@suse.cz>
Sun, 26 Mar 2000 22:43:59 +0000 (00:43 +0200)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 26 Mar 2000 22:43:59 +0000 (14:43 -0800)
        * jump.c (jump_optimize_1): Fix typo in elide optimizations
        for minimal jump pass test.

From-SVN: r32755

gcc/ChangeLog
gcc/jump.c

index 99368f25c611b13948cd70d24876f9c14f148b39..26812e1522a8ead791e94e304ea6ae3b220ae544 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 63cde04483e6249a4a54f56206321150a6b4278c..18303e6eea843c7e01028b37430a7413e3c4150e 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,