]> gcc.gnu.org Git - gcc.git/commitdiff
Minor performance tweak, and workaround for reload bug.
authorJim Wilson <wilson@redhat.com>
Wed, 23 Oct 2002 01:06:40 +0000 (01:06 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 23 Oct 2002 01:06:40 +0000 (18:06 -0700)
* config/i386/i386.md (subdi3_1): Add call to ix86_binary_operator_ok.

From-SVN: r58432

gcc/ChangeLog
gcc/config/i386/i386.md

index 4174a7c8bc93789722380ca60281e35b303bdc53..27c9afd0a88787619b8cbb8fe2474c5247678011 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-22  Jim Wilson  <wilson@redhat.com>
+
+       * config/i386/i386.md (subdi3_1): Add call to ix86_binary_operator_ok.
+
 Wed Oct 23 01:52:36 CEST 2002  Jan Hubicka  <jh@suse.cz>
 
        PR other/8289
index 30b5c9e7d968449dbbf295af78ceccffc0e60120..a09da46732ddc947f9adaeb3bed67251756cfb5b 100644 (file)
        (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
This page took 0.085556 seconds and 5 git commands to generate.