From 5563be3d7e770a0b3242df9c0f8e6c989ea62498 Mon Sep 17 00:00:00 2001
From: rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue, 9 May 2000 06:08:16 +0000
Subject: [PATCH]         * config/ia64/ia64.md (extendsfdf2): Split only after
 reload.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33789 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/config/ia64/ia64.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md
index a83fb3444e8..1d98ca22f6e 100644
--- a/gcc/config/ia64/ia64.md
+++ b/gcc/config/ia64/ia64.md
@@ -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")])
-- 
GitLab