* config/m32r/m32r.md: Remove a constraint from a splitter.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 25 Dec 2003 21:58:13 +0000 (21:58 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 25 Dec 2003 21:58:13 +0000 (21:58 +0000)
From-SVN: r75026

gcc/ChangeLog
gcc/config/m32r/m32r.md

index 5714a06..1f908aa 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-25  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/m32r/m32r.md: Remove a constraint from a splitter.
+
 2003-12-25  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR C++/13429, C/11944
index 709c194..4c9bb6f 100644 (file)
 
 (define_split
   [(set (match_operand:SI 0 "register_operand" "")
-       (match_operand:SI 1 "seth_add3_operand" "i"))]
+       (match_operand:SI 1 "seth_add3_operand" ""))]
   "TARGET_ADDR32"
   [(set (match_dup 0)
        (high:SI (match_dup 1)))