summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/i386/i386.md
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-04 16:35:55 +0000
committerobrien <obrien@FreeBSD.org>2002-12-04 16:35:55 +0000
commit1babcc37ec085bb312ef44492d2bc088822df599 (patch)
tree6d9202b2faedb6e36f586cf97331760f5baa756f /contrib/gcc/config/i386/i386.md
parentd3c00e65a30f12ad1e39204ac229e56d5c94968e (diff)
downloadFreeBSD-src-1babcc37ec085bb312ef44492d2bc088822df599.zip
FreeBSD-src-1babcc37ec085bb312ef44492d2bc088822df599.tar.gz
Update HEAD with FSF branch 3.2.1 release files.
Diffstat (limited to 'contrib/gcc/config/i386/i386.md')
-rw-r--r--contrib/gcc/config/i386/i386.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/config/i386/i386.md b/contrib/gcc/config/i386/i386.md
index 4275675..36a0497 100644
--- a/contrib/gcc/config/i386/i386.md
+++ b/contrib/gcc/config/i386/i386.md
@@ -5311,7 +5311,7 @@
(plus:DI (match_operand:DI 1 "nonimmediate_operand" "%0,0")
(match_operand:DI 2 "general_operand" "roiF,riF")))
(clobber (reg:CC 17))]
- "!TARGET_64BIT"
+ "!TARGET_64BIT && ix86_binary_operator_ok (PLUS, DImode, operands)"
"#")
(define_split
@@ -6940,7 +6940,7 @@
(minus:DI (match_operand:DI 1 "nonimmediate_operand" "0,0")
(match_operand:DI 2 "general_operand" "roiF,riF")))
(clobber (reg:CC 17))]
- "!TARGET_64BIT"
+ "!TARGET_64BIT && ix86_binary_operator_ok (MINUS, DImode, operands)"
"#")
(define_split
OpenPOWER on IntegriCloud