diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-11 06:36:20 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-11 06:36:20 +0000 |
| commit | b833b9572c2c4b343d7530acb59ce093073e49fb (patch) | |
| tree | 3c53665db0cf0099852b7914d8e23c293dc65686 | |
| parent | 7e6128ca4321338139d18da7884442cf2dda12b2 (diff) | |
| download | ppe42-gcc-b833b9572c2c4b343d7530acb59ce093073e49fb.tar.gz ppe42-gcc-b833b9572c2c4b343d7530acb59ce093073e49fb.zip | |
* config/ia64/ia64.md (call_gp): Fix memory mode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67752 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/ia64/ia64.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2fcaf5a7275..78388be3054 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md index 93dff972a74..3187211f9b8 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")) |

