projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1dbd77
)
* recog.c (peephole2_optimize): Revert last change.
author
Richard Henderson
<rth@redhat.com>
Fri, 6 Jun 2003 07:06:21 +0000
(
00:06
-0700)
committer
Richard Henderson
<rth@gcc.gnu.org>
Fri, 6 Jun 2003 07:06:21 +0000
(
00:06
-0700)
From-SVN: r67533
gcc/ChangeLog
patch
|
blob
|
history
gcc/recog.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 6a5ccf5cb83e68cf55badf8d844c6b0c25b6363a..85e1b989a3a2800ea38645648a36d275720feca7 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2003-06-05 Richard Henderson <rth@redhat.com>
+
+ * recog.c (peephole2_optimize): Revert last change.
+
2003-06-05 Richard Henderson <rth@redhat.com>
* recog.c (peephole2_optimize): Don't split block unless
diff --git
a/gcc/recog.c
b/gcc/recog.c
index 3135e6b26f89889eda7f4b4f3d0a142a40002411..6f4a73335e2c4236ebd3b94c8b3e206afc58e49a 100644
(file)
--- a/
gcc/recog.c
+++ b/
gcc/recog.c
@@
-3276,8
+3276,7
@@
peephole2_optimize (dump_file)
XEXP (note, 0),
REG_NOTES (x));
- if (x != bb->end && eh_edge
- && can_throw_internal (x))
+ if (x != bb->end && eh_edge)
{
edge nfte, nehe;
int flags;