projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46cc214
)
combine.c (subst): Fix typo.
author
Seongbae Park
<spark@gcc.gnu.org>
Tue, 12 Jun 2007 01:39:25 +0000
(
01:39
+0000)
committer
Seongbae Park
<spark@gcc.gnu.org>
Tue, 12 Jun 2007 01:39:25 +0000
(
01:39
+0000)
2007-06-11 Seongbae Park <seongbae.park@gmail.com>
* combine.c (subst): Fix typo.
From-SVN: r125635
gcc/combine.c
patch
|
blob
|
history
diff --git
a/gcc/combine.c
b/gcc/combine.c
index e44bad986ebec11b6590d8c7caec82f22bdb478e..d7ac8ad37a0c17bcdaba257ca613a8ccb5429f3e 100644
(file)
--- a/
gcc/combine.c
+++ b/
gcc/combine.c
@@
-4237,7
+4237,7
@@
subst (rtx x, rtx from, rtx to, int in_dest, int unique_copy)
So force this insn not to match in this (rare) case. */
if (! in_dest && code == REG && REG_P (from)
- && reg_ovelap_mentioned_p (x, from))
+ && reg_ove
r
lap_mentioned_p (x, from))
return gen_rtx_CLOBBER (GET_MODE (x), const0_rtx);
/* If this is an object, we are done unless it is a MEM or LO_SUM, both