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
This commit is contained in:
Jan Hubicka 2000-03-27 00:43:59 +02:00 committed by Richard Henderson
parent 99444711eb
commit 751b8992ff
2 changed files with 6 additions and 1 deletions

View 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

View 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,