* config/ia64/ia64.md (call_gp): Fix memory mode.
authorRichard Henderson <rth@redhat.com>
Wed, 11 Jun 2003 06:36:20 +0000 (23:36 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 11 Jun 2003 06:36:20 +0000 (23:36 -0700)
From-SVN: r67752

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

index 2fcaf5a7275a9f21a24188d979bdec29d7190683..78388be30545d7d8cdc80f3721f13a56135793c2 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-10  Richard Henderson  <rth@redhat.com>
+
+       * config/ia64/ia64.md (call_gp): Fix memory mode.
+
 2003-06-10  James E Wilson  <wilson@tuliptree.org>
 
        PR target/8812
index 93dff972a741149c430e5466a062ca0ceaf2940d..3187211f9b82abd77c3f73142e722cfc3ecc9dd2 100644 (file)
   [(set_attr "itanium_class" "br,scall")])
 
 (define_insn "call_gp"
-  [(call (mem (match_operand 0 "call_operand" "?r,i"))
+  [(call (mem:DI (match_operand 0 "call_operand" "?r,i"))
         (const_int 1))
    (clobber (match_operand:DI 1 "register_operand" "=b,b"))
    (clobber (match_scratch:DI 2 "=&r,X"))