Commit 751b8992 by Jan Hubicka Committed by Richard Henderson

jump.c (jump_optimize_1): Fix typo in elide optimizations for minimal jump pass test.

        * jump.c (jump_optimize_1): Fix typo in elide optimizations
        for minimal jump pass test.

From-SVN: r32755
parent 99444711
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
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment