Fix typo found by bootstrap.
authorJames E. Wilson <wilson@cygnus.com>
Tue, 13 Jun 2000 20:08:12 +0000 (20:08 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 13 Jun 2000 20:08:12 +0000 (13:08 -0700)
* config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.

From-SVN: r34521

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

index 42467abb508e6d2cbb68b86177bdc88a8ab2d835..2516b21784ec347135c4cb95f7204efdd1d5ce37 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-13  James E. Wilson  <wilson@cygnus.com>
+
+       * 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.
index d46563e1ef826e1dcd932bcbdc9112ae6ee5246d..2fa2cc23b706cba68c530665311d86b48b16ffe8 100644 (file)
    || ! 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")])
 
 \f