projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba4f796
)
* gcse.c (bypass_conditional_jumps): Fix typo last change.
author
Richard Henderson
<rth@gcc.gnu.org>
Sun, 2 Jun 2002 22:16:54 +0000
(15:16 -0700)
committer
Richard Henderson
<rth@gcc.gnu.org>
Sun, 2 Jun 2002 22:16:54 +0000
(15:16 -0700)
From-SVN: r54189
gcc/ChangeLog
patch
|
blob
|
history
gcc/gcse.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 5243079f11f76a278660c4762974e8c9920fd902..31dc8b0751fa2d02181339faa3035cf3149bd0f0 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,6
+1,11
@@
+2002-06-02 Richard Henderson <rth@redhat.com>
+
+ * gcse.c (bypass_conditional_jumps): Fix typo last change.
+
Sun Jun 2 23:02:11 CEST 2002 Jan Hubicka <jh@suse.cz>
- * loop.c (emit_prefetch_instructions): Properly place the address computation.
+ * loop.c (emit_prefetch_instructions): Properly place the address
+ computation.
Sun Jun 2 22:56:48 CEST 2002 Jan Hubicka <jh@suse.cz>
diff --git
a/gcc/gcse.c
b/gcc/gcse.c
index 19d46b1877d3dfaacc168938a6fc0836421457ea..2d612f1972cda6bff975ea3e21e4da40d80eb720 100644
(file)
--- a/
gcc/gcse.c
+++ b/
gcc/gcse.c
@@
-4539,7
+4539,7
@@
bypass_conditional_jumps ()
insn = NEXT_INSN (insn))
if (GET_CODE (insn) == INSN)
{
- if (setcc)
+ if (
!
setcc)
break;
if (GET_CODE (PATTERN (insn)) != SET)
break;