i386.md (*extendsfdf2_sse): Use "nonimmediate_operand" operand constraint for operand 0.
authorUros Bizjak <uros@kss-loka.si>
Mon, 24 Jan 2005 06:18:28 +0000 (07:18 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 24 Jan 2005 06:18:28 +0000 (07:18 +0100)
* config/i386/i386.md (*extendsfdf2_sse): Use "nonimmediate_operand"
operand constraint for operand 0.

From-SVN: r94144

gcc/ChangeLog
gcc/config/i386/i386.md

index f0a9cbdfc8edf235aae91401b0199529dd3efc54..63c1c1c721ce91ae5a7161d07bcd95d4aca37ab5 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-24  Uros Bizjak  <uros@kss-loka.si>
+
+       * config/i386/i386.md (*extendsfdf2_sse): Use "nonimmediate_operand"
+       operand constraint for operand 0.
+
 2005-01-23  Richard Henderson  <rth@redhat.com>
 
        PR 19486
index f96fa9495a3c3d8c16dcd631c28060a54f2856fc..53f34f2ba34ad26aaffe335b5c662e1f415c70bb 100644 (file)
    (set_attr "mode" "SF,XF,DF")])
 
 (define_insn "*extendsfdf2_sse"
-  [(set (match_operand:DF 0 "register_operand" "=Y")
+  [(set (match_operand:DF 0 "nonimmediate_operand" "=Y")
         (float_extend:DF (match_operand:SF 1 "nonimmediate_operand" "mY")))]
   "TARGET_SSE2 && TARGET_SSE_MATH
    && (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)"