* config/ia64/ia64.md (extendsfdf2): Split only after reload.
authorRichard Henderson <rth@gcc.gnu.org>
Tue, 9 May 2000 06:08:16 +0000 (23:08 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 9 May 2000 06:08:16 +0000 (23:08 -0700)
From-SVN: r33789

gcc/config/ia64/ia64.md

index a83fb3444e82eacd9efde1061e91d97fff1998f6..1d98ca22f6e66a738f5bc57f781839b012eaa6a5 100644 (file)
        (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")])