]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
thumb1.md (64bit splitter): Replace const_double_operand with immediate_operand.
authorTerry Guo <terry.guo@arm.com>
Wed, 20 Aug 2014 09:26:46 +0000 (09:26 +0000)
committerXuepeng Guo <xguo@gcc.gnu.org>
Wed, 20 Aug 2014 09:26:46 +0000 (09:26 +0000)
2014-08-20  Terry Guo  <terry.guo@arm.com>

        * config/arm/thumb1.md (64bit splitter): Replace const_double_operand
        with immediate_operand.

From-SVN: r214214

gcc/ChangeLog
gcc/config/arm/thumb1.md

index e1b655f1e5de2cbc03bf04afcbbd59b9e3cfc5c9..e6713e541f5f11df7472273edd3125a9729739f5 100644 (file)
@@ -1,3 +1,8 @@
+2014-08-20  Terry Guo  <terry.guo@arm.com>
+
+       * config/arm/thumb1.md (64bit splitter): Replace const_double_operand
+       with immediate_operand.
+
 2014-08-20  David Malcolm  <dmalcolm@redhat.com>
 
        * cfgrtl.c (duplicate_insn_chain): Convert the checked cast on
index 65d55ddbdcc1beb2f81485423fc2e81a0fb7a4d7..020d83b91fc084451f27fb8fb02396802cc7f8f1 100644 (file)
 ; thumb1_movdi_insn has a better way to handle them.
 (define_split
   [(set (match_operand:ANY64 0 "arm_general_register_operand" "")
-       (match_operand:ANY64 1 "const_double_operand" ""))]
+       (match_operand:ANY64 1 "immediate_operand" ""))]
   "TARGET_THUMB1 && reload_completed && !satisfies_constraint_J (operands[1])"
   [(set (match_dup 0) (match_dup 1))
    (set (match_dup 2) (match_dup 3))]