aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/i386.md
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2000-07-31 00:06:48 +0000
committerJan Hubicka <jh@suse.cz>2000-07-31 00:06:48 +0000
commit631da830c82ed573be428c6e1798b7bc2c9404a2 (patch)
tree8f6d7bfe434fb93e7d8b61ee5c3f9d361e07c7f7 /gcc/config/i386/i386.md
parent331a309f50ce4a70c5a7a465520f35d62caa3bfc (diff)
Fix bug in my last checkin.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@35359 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/i386.md')
-rw-r--r--gcc/config/i386/i386.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 0c061248959..a267232f97e 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -3896,7 +3896,8 @@
(plus (match_operand 1 "register_operand" "")
(match_operand 2 "nonmemory_operand" "")))
(clobber (reg:CC 17))]
- "reload_completed"
+ "reload_completed
+ && true_regnum (operands[0]) != true_regnum (operands[1])"
[(const_int 0)]
"
{
@@ -6487,9 +6488,10 @@
(define_split
[(set (match_operand 0 "register_operand" "")
(ashift (match_operand 1 "register_operand" "")
- (match_operand:QI 2 "const_int_operand" "")))
+ (match_operand:QI 2 "const248_operand" "")))
(clobber (reg:CC 17))]
- "reload_completed"
+ "reload_completed
+ && true_regnum (operands[0]) != true_regnum (operands[1])"
[(const_int 0)]
"
{