diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-02 22:59:45 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-02 22:59:45 +0000 |
commit | 2a1c9fc0c475c88336a5066f40db3a4f72cedf30 (patch) | |
tree | 2f8baa89a89793c30c2bfdaa13c05645332fe8e4 /gcc/jump.c | |
parent | d0ddddf73caa881915a8f048fded4ed2fd983af1 (diff) | |
download | gcc-2a1c9fc0c475c88336a5066f40db3a4f72cedf30.tar.gz |
Fix typo in last change change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20202 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |