Fix typo found by bootstrap.

* config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.

From-SVN: r34521
This commit is contained in:
James E. Wilson 2000-06-13 20:08:12 +00:00 committed by Jim Wilson
parent 592f12417b
commit 46b1ac3f30
2 changed files with 6 additions and 2 deletions

View 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.

View File

@ -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")])