projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0348c2
)
Fix typo in last change change.
author
Jeff Law
<law@gcc.gnu.org>
Tue, 2 Jun 1998 22:59:45 +0000
(16:59 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Tue, 2 Jun 1998 22:59:45 +0000
(16:59 -0600)
From-SVN: r20202
gcc/jump.c
patch
|
blob
|
history
diff --git
a/gcc/jump.c
b/gcc/jump.c
index 0a4fecdbb83b6cfaaeefbd61a7aefc3f073f44e9..527356ec8047ac620ad3cdc70434552a1f06813c 100644
(file)
--- 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 */