Commit e491fe9a by Richard Henderson Committed by Richard Henderson

* config/alpha/alpha.md (movsi_fix): Fix typo in pattern name.

From-SVN: r39838
parent 5cada064
2001-02-18 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.md (movsi_fix): Fix typo in pattern name.
* reload1.c (reload_cse_simplify_set): Fix typo.
Sun Feb 18 09:30:09 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
......
......@@ -4717,7 +4717,7 @@
st%, %R1,%0"
[(set_attr "type" "ilog,iadd,iadd,ild,ist,fcpys,fld,fst")])
(define_insn "*movsf_fix"
(define_insn "*movsi_fix"
[(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r,r,m,*f,*f,m,r,*f")
(match_operand:SI 1 "input_operand" "rJ,K,L,m,rJ,*fJ,m,*f,*f,r"))]
"! TARGET_WINDOWS_NT && ! TARGET_OPEN_VMS && TARGET_FIX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment