* config/ia64/ia64.md (extendsfdf2): Split only after reload.

From-SVN: r33789
This commit is contained in:
Richard Henderson 2000-05-08 23:08:16 -07:00
parent 4a7270f207
commit 5079804811

View File

@ -530,7 +530,7 @@
(float_extend:DF (match_operand:SF 1 "register_operand" "0,f")))]
""
"mov %0 = %1"
""
"reload_completed"
[(set (match_dup 0) (float_extend:DF (match_dup 1)))]
"if (true_regnum (operands[0]) == true_regnum (operands[1])) DONE;"
[(set_attr "type" "F")])