]> gcc.gnu.org Git - gcc.git/commitdiff
* i386.md (adddi3): Add =!r,0,0,X alternative.
authorJ"orn Rennecke <amylaar@cygnus.co.uk>
Tue, 17 Feb 1998 02:23:03 +0000 (02:23 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Tue, 17 Feb 1998 02:23:03 +0000 (02:23 +0000)
From-SVN: r18030

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

index 84214819a149a5f5366cda341cbf2abb1f9ae132..8be0bd81dd9881c5f97520adaab8d2e706c24ba1 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb 17 10:14:32 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * i386.md (adddi3): Add =!r,0,0,X alternative.
+
 Mon Feb 16 16:13:43 1998  David Edelsohn  <edelsohn@mhpcc.edu>
 
        * rs6000.h (MY_ISCOFF): Add numeric value of U803XTOCMAGIC.
index 1f175255406097d513e91878484c6a08c45cc4c4..a55ebc2def062ef46bffb257253271a8c6a7a199 100644 (file)
 }")
 
 (define_insn "adddi3"
-  [(set (match_operand:DI 0 "general_operand" "=&r,&ro,o,!&r,!o,!o")
-       (plus:DI (match_operand:DI 1 "general_operand" "%0,0,0iF,or,riF,o")
-                (match_operand:DI 2 "general_operand" "o,riF,or,or,oriF,o")))
-   (clobber (match_scratch:SI 3 "=X,X,&r,X,&r,&r"))]
+  [(set (match_operand:DI 0 "general_operand" "=&r,&ro,!r,o,!&r,!o,!o")
+       (plus:DI (match_operand:DI 1 "general_operand" "%0,0,0,0iF,or,riF,o")
+                (match_operand:DI 2 "general_operand" "o,riF,0,or,or,oriF,o")))
+   (clobber (match_scratch:SI 3 "=X,X,X,&r,X,&r,&r"))]
   ""
   "*
 {
This page took 0.075822 seconds and 5 git commands to generate.