From: James E. Wilson Date: Tue, 13 Jun 2000 20:08:12 +0000 (+0000) Subject: Fix typo found by bootstrap. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=46b1ac3f300469f3cb63916de5e4638d45903c48;p=gcc.git Fix typo found by bootstrap. * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf. From-SVN: r34521 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 42467abb508..2516b21784e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-06-13 James E. Wilson + + * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf. + Tue Jun 13 14:05:35 2000 Jeffrey A Law (law@cygnus.com) * Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference. diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md index d46563e1ef8..2fa2cc23b70 100644 --- a/gcc/config/ia64/ia64.md +++ b/gcc/config/ia64/ia64.md @@ -457,8 +457,8 @@ || ! memory_operand (operands[1], XFmode)" "@ mov %0 = %F1 - ldf %0 = %1%P1 - stf %0 = %F1%P0" + ldfe %0 = %1%P1 + stfe %0 = %F1%P0" [(set_attr "type" "F,M,M")])