Commit 15d11f13 by Richard Henderson Committed by Richard Henderson

* config/ia64/ia64.md (call_gp): Fix memory mode.

From-SVN: r67752
parent f58d8c95
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> 2003-06-10 James E Wilson <wilson@tuliptree.org>
PR target/8812 PR target/8812
......
...@@ -4711,7 +4711,7 @@ ...@@ -4711,7 +4711,7 @@
[(set_attr "itanium_class" "br,scall")]) [(set_attr "itanium_class" "br,scall")])
(define_insn "call_gp" (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)) (const_int 1))
(clobber (match_operand:DI 1 "register_operand" "=b,b")) (clobber (match_operand:DI 1 "register_operand" "=b,b"))
(clobber (match_scratch:DI 2 "=&r,X")) (clobber (match_scratch:DI 2 "=&r,X"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment