projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f16e87
)
* cfgcleanup.c (thread_jump): Fix handling of reversed branches.
author
Jan Hubicka
<jh@suse.cz>
Sat, 5 Jan 2002 01:21:30 +0000
(
02:21
+0100)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Sat, 5 Jan 2002 01:21:30 +0000
(
01:21
+0000)
From-SVN: r48554
gcc/ChangeLog
patch
|
blob
|
history
gcc/cfgcleanup.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 5d0a8f93c74008e856d48692dafe1378a2b74144..fd32a1b0e8625a9e34e86344e31a9f7c030a626f 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+Sat Jan 5 02:20:22 CET 2002 Jan Hubicka <jh@suse.cz>
+
+ * cfgcleanup.c (thread_jump): Fix handling of reversed branches.
+
Sat Jan 5 01:35:29 CET 2002 Jan Hubicka <jh@suse.cz>
* cfgcleanup.c: Include tm_p.h
diff --git
a/gcc/cfgcleanup.c
b/gcc/cfgcleanup.c
index 0a111a513b98e1e7a013faab19fd2ec767346aae..f4aec511b9f9c0d9f7b7bd3eb8e98c534110b5df 100644
(file)
--- a/
gcc/cfgcleanup.c
+++ b/
gcc/cfgcleanup.c
@@
-349,7
+349,7
@@
thread_jump (mode, e, b)
BITMAP_XFREE (nonequal);
cselib_finish ();
if ((comparison_dominates_p (code1, code2) != 0)
- != (XEXP (SET_SRC (set2),
0
) == pc_rtx))
+ != (XEXP (SET_SRC (set2),
1
) == pc_rtx))
return BRANCH_EDGE (b);
else
return FALLTHRU_EDGE (b);