From 06abe5a483acb39455d83998cbafb40818261670 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 2 Jun 1998 16:59:45 -0600 Subject: [PATCH] Fix typo in last change change. From-SVN: r20202 --- gcc/jump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/jump.c b/gcc/jump.c index 0a4fecdbb83..527356ec804 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -4796,6 +4796,7 @@ find_insert_position (insn, new) return reg_mentioned_p (SET_DEST (single_set (new)), prev) ? 0 : prev; } +#endif /* !HAVE_cc0 */ /* Return 1 if the value of X is unsafe to arbitrarily evaluate, i.e. might fault on some arguments. This is used in connection with @@ -4865,4 +4866,3 @@ rtx_unsafe_p (x) return 0; } -#endif /* !HAVE_cc0 */ -- 2.30.2