Commit 74da3101 by Richard Earnshaw Committed by Richard Earnshaw

* arm.md (splits generating cond_exec): Disable.

From-SVN: r35707
parent 2c210617
2000-08-15 Richard Earnshaw <rearnsha@arm.com> 2000-08-15 Richard Earnshaw <rearnsha@arm.com>
* arm.md (splits generating cond_exec): Disable.
2000-08-15 Richard Earnshaw <rearnsha@arm.com>
* arm/linux-elf.h (text_section): Delete declaration. * arm/linux-elf.h (text_section): Delete declaration.
2000-08-15 Richard Earnshaw <rearnsha@arm.com> 2000-08-15 Richard Earnshaw <rearnsha@arm.com>
......
...@@ -8243,7 +8243,7 @@ ...@@ -8243,7 +8243,7 @@
(match_dup 0) (match_dup 0)
(match_operand 4 "" ""))) (match_operand 4 "" "")))
(clobber (reg:CC 24))] (clobber (reg:CC 24))]
"TARGET_ARM && reload_completed" "TARGET_ARM && reload_completed && 0"
[(set (match_dup 5) (match_dup 6)) [(set (match_dup 5) (match_dup 6))
(cond_exec (match_dup 7) (cond_exec (match_dup 7)
(set (match_dup 0) (match_dup 4)))] (set (match_dup 0) (match_dup 4)))]
...@@ -8271,7 +8271,7 @@ ...@@ -8271,7 +8271,7 @@
(match_operand 4 "" "") (match_operand 4 "" "")
(match_dup 0))) (match_dup 0)))
(clobber (reg:CC 24))] (clobber (reg:CC 24))]
"TARGET_ARM && reload_completed" "TARGET_ARM && reload_completed && 0"
[(set (match_dup 5) (match_dup 6)) [(set (match_dup 5) (match_dup 6))
(cond_exec (match_op_dup 1 [(match_dup 5) (const_int 0)]) (cond_exec (match_op_dup 1 [(match_dup 5) (const_int 0)])
(set (match_dup 0) (match_dup 4)))] (set (match_dup 0) (match_dup 4)))]
...@@ -8292,7 +8292,7 @@ ...@@ -8292,7 +8292,7 @@
(match_operand 4 "" "") (match_operand 4 "" "")
(match_operand 5 "" ""))) (match_operand 5 "" "")))
(clobber (reg:CC 24))] (clobber (reg:CC 24))]
"TARGET_ARM && reload_completed" "TARGET_ARM && reload_completed && 0"
[(set (match_dup 6) (match_dup 7)) [(set (match_dup 6) (match_dup 7))
(cond_exec (match_op_dup 1 [(match_dup 6) (const_int 0)]) (cond_exec (match_op_dup 1 [(match_dup 6) (const_int 0)])
(set (match_dup 0) (match_dup 4))) (set (match_dup 0) (match_dup 4)))
...@@ -8322,7 +8322,7 @@ ...@@ -8322,7 +8322,7 @@
(match_operand 4 "" "") (match_operand 4 "" "")
(match_operand 5 "" ""))) (match_operand 5 "" "")))
(clobber (reg:CC 24))] (clobber (reg:CC 24))]
"TARGET_ARM && reload_completed && 0" "TARGET_ARM && reload_completed"
[(set (match_dup 6) (match_dup 7)) [(set (match_dup 6) (match_dup 7))
(set (match_dup 0) (set (match_dup 0)
(if_then_else:SI (match_op_dup 1 [(match_dup 6) (const_int 0)]) (if_then_else:SI (match_op_dup 1 [(match_dup 6) (const_int 0)])
......
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