Fix IA-64 bootstrap error caused by -fregrename which is now the default.
authorJames E Wilson <wilson@specifixinc.com>
Wed, 21 Apr 2004 01:39:17 +0000 (01:39 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 21 Apr 2004 01:39:17 +0000 (18:39 -0700)
* config/ia64/ia64.md (call_value_nogp): Add constraints for op0.
(vall_value_gp): Likewise.

From-SVN: r80942

gcc/ChangeLog
gcc/config/ia64/ia64.md

index 3c7c499..6232143 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-20  James E Wilson  <wilson@specifixinc.com>
+
+       * config/ia64/ia64.md (call_value_nogp): Add constraints for op0.
+       (vall_value_gp): Likewise.
+
 2004-04-20  DJ Delorie  <dj@redhat.com>
        
        * dwarf2out.c (rtl_for_decl_location): Adjust rtl for byte
index 8785704..c9d12c0 100644 (file)
   [(set_attr "itanium_class" "br,scall")])
 
 (define_insn "call_value_nogp"
-  [(set (match_operand 0 "" "")
+  [(set (match_operand 0 "" "=X,X")
        (call (mem:DI (match_operand:DI 1 "call_operand" "?b,i"))
              (const_int 0)))
    (clobber (match_operand:DI 2 "register_operand" "=b,b"))]
 })
 
 (define_insn "call_value_gp"
-  [(set (match_operand 0 "" "")
+  [(set (match_operand 0 "" "=X,X")
        (call (mem:DI (match_operand:DI 1 "call_operand" "?r,i"))
              (const_int 1)))
    (clobber (match_operand:DI 2 "register_operand" "=b,b"))