aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-06-02 16:59:45 -0600
committerJeff Law <law@gcc.gnu.org>1998-06-02 16:59:45 -0600
commit06abe5a483acb39455d83998cbafb40818261670 (patch)
tree2f8baa89a89793c30c2bfdaa13c05645332fe8e4 /gcc/jump.c
parentf0348c25246aea4839fb511a38d07cebd50ddad0 (diff)
downloadgcc-06abe5a483acb39455d83998cbafb40818261670.zip
gcc-06abe5a483acb39455d83998cbafb40818261670.tar.gz
gcc-06abe5a483acb39455d83998cbafb40818261670.tar.bz2
Fix typo in last change change.
From-SVN: r20202
Diffstat (limited to 'gcc/jump.c')
-rw-r--r--gcc/jump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jump.c b/gcc/jump.c
index 0a4fecd..527356ec 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 */