mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-13 13:54:05 +08:00
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:
parent
592f12417b
commit
46b1ac3f30
@ -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.
|
||||
|
@ -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")])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user