Commit 87494f55 by Renlin Li Committed by Renlin Li

[PATCH][ARM]Fix addsi3_compare_op2 pattern.

gcc/

2015-11-12  Renlin Li  <renlin.li@arm.com>

	* config/arm/arm.md (addsi3_compare_op2): Make the order of
	assembly pattern consistent with constraint order.

From-SVN: r230222
parent 53dc6fb8
2015-11-12 Renlin Li <renlin.li@arm.com>
* config/arm/arm.md (addsi3_compare_op2): Make the order of
assembly pattern consistent with constraint order.
2015-11-12 Tom de Vries <tom@codesourcery.com> 2015-11-12 Tom de Vries <tom@codesourcery.com>
* gen-pass-instances.awk (handle_line): Simplify match regexp. * gen-pass-instances.awk (handle_line): Simplify match regexp.
...@@ -747,8 +747,8 @@ ...@@ -747,8 +747,8 @@
"TARGET_32BIT" "TARGET_32BIT"
"@ "@
adds%?\\t%0, %1, %2 adds%?\\t%0, %1, %2
adds%?\\t%0, %1, %2 subs%?\\t%0, %1, #%n2
subs%?\\t%0, %1, #%n2" adds%?\\t%0, %1, %2"
[(set_attr "conds" "set") [(set_attr "conds" "set")
(set_attr "type" "alus_imm,alus_imm,alus_sreg")] (set_attr "type" "alus_imm,alus_imm,alus_sreg")]
) )
......
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