From 751b8992ffc1ccd28c6343520005a4665da3c6e6 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Mon, 27 Mar 2000 00:43:59 +0200 Subject: 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 --- gcc/jump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/jump.c') diff --git a/gcc/jump.c b/gcc/jump.c index 63cde04..18303e6 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -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, -- cgit v1.1