Commit a9442c7a by Terry Guo Committed by Xuepeng Guo

thumb1.md (64bit splitter): Replace const_double_operand with immediate_operand.

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
parent 321bff11
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
......
......@@ -639,7 +639,7 @@
; 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))]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment