]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[ARM] Add missing type attribute to zero_extend on arm
authorJames Greenhalgh <james.greenhalgh@arm.com>
Tue, 19 Nov 2013 17:40:15 +0000 (17:40 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Tue, 19 Nov 2013 17:40:15 +0000 (17:40 +0000)
gcc/
* config/arm/arm.md (zero_extend<mode>di2): Add type attribute.

From-SVN: r205050

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

index 79f87addad717870a8304aed4d2e7d5ded19eff5..797636ad2cb686ad9faddf0769a72791ea1ace36 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * config/rs6000/vector.md ("mov<mode>"): Do not call
index 3726201dd4f8201854810de2604906f0ff5ffc46..a26550a476a4d4693ec1a4d91f4fcb0ec7aac48f 100644 (file)
   [(set_attr "length" "8,4,8,8")
    (set_attr "arch" "neon_for_64bits,*,*,avoid_neon_for_64bits")
    (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"