From: Richard Henderson Date: Wed, 11 Jun 2003 06:36:20 +0000 (-0700) Subject: * config/ia64/ia64.md (call_gp): Fix memory mode. X-Git-Tag: releases/gcc-3.4.0~5957 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15d11f1372c24417df6825658444fe5a5f73d288;p=thirdparty%2Fgcc.git * config/ia64/ia64.md (call_gp): Fix memory mode. From-SVN: r67752 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2fcaf5a7275a..78388be30545 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-10 Richard Henderson + + * config/ia64/ia64.md (call_gp): Fix memory mode. + 2003-06-10 James E Wilson PR target/8812 diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md index 93dff972a741..3187211f9b82 100644 --- a/gcc/config/ia64/ia64.md +++ b/gcc/config/ia64/ia64.md @@ -4711,7 +4711,7 @@ [(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"))