Commit 5393d83e by James Greenhalgh Committed by James Greenhalgh

[ARM] Add missing type attribute to zero_extend on arm

gcc/
	* config/arm/arm.md (zero_extend<mode>di2): Add type attribute.

From-SVN: r205050
parent ec7ef533
2013-11-19 James Greenhalgh <james.greenhalgh@arm.com>
* config/arm/arm.md (zero_extend<mode>di2): Add type attribute.
2013-11-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> 2013-11-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* config/rs6000/vector.md ("mov<mode>"): Do not call * config/rs6000/vector.md ("mov<mode>"): Do not call
...@@ -5170,7 +5170,8 @@ ...@@ -5170,7 +5170,8 @@
[(set_attr "length" "8,4,8,8") [(set_attr "length" "8,4,8,8")
(set_attr "arch" "neon_for_64bits,*,*,avoid_neon_for_64bits") (set_attr "arch" "neon_for_64bits,*,*,avoid_neon_for_64bits")
(set_attr "ce_count" "2") (set_attr "ce_count" "2")
(set_attr "predicable" "yes")] (set_attr "predicable" "yes")
(set_attr "type" "multiple,mov_reg,multiple,multiple")]
) )
(define_insn "extend<mode>di2" (define_insn "extend<mode>di2"
......
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