mips.md: Update the madd define_split for new mflo/mfhi representation.
authorEric Christopher <echristo@redhat.com>
Wed, 5 May 2004 08:37:30 +0000 (08:37 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 5 May 2004 08:37:30 +0000 (08:37 +0000)
* config/mips/mips.md: Update the madd define_split for new mflo/mfhi
representation.

From-SVN: r81514

gcc/ChangeLog
gcc/config/mips/mips.md

index 7dced819b9f87b03ba9060086432d057016cce60..7aac8dcd7a54ffb5f49cc691be3d4b4851cc68e5 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-05  Eric Christopher  <echristo@redhat.com>
+
+       * config/mips/mips.md: Update the madd define_split for new mflo/mfhi
+       representation.
+
 2004-05-05  Paolo Bonzini  <bonzini@gnu.org>
 
        * config/rs6000/rs6000.c (build_opaque_vector_type):
index 0469d4a34692892ff87f856b310db25738f7f954..9761967f3d890ff33692a4948a71e9fc1735a96c 100644 (file)
               (clobber (match_dup 4))
               (clobber (match_dup 5))
               (clobber (match_dup 6))])
-   (set (match_dup 0) (match_dup 3))]
+   (set (match_dup 0) (unspec:SI [(match_dup 5) (match_dup 4)] UNSPEC_MFHILO))]
   "")
 
 (define_insn "*macc"