* config/spu/spu.md (floatunsdidf2): Remove unused local variable.
authorJeff Law <law@redhat.com>
Wed, 23 Nov 2016 22:17:29 +0000 (15:17 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 23 Nov 2016 22:17:29 +0000 (15:17 -0700)
From-SVN: r242807

gcc/ChangeLog
gcc/config/spu/spu.md

index 40fec3d9cfeb28c895e038f8e197146a81f6d7aa..23f2c16827f6fec28517c18d331d88c9b96147d0 100644 (file)
@@ -1,3 +1,7 @@
+2016-11-23  Jeff Law  <law@redhat.com>
+
+       * config/spu/spu.md (floatunsdidf2): Remove unused local variable.
+
 2016-11-23  Jakub Kicinski  <jakub.kicinski@netronome.com>
 
        * doc/extend.texi: Constify first argument to __builtin_object_size.
index 1061cb830bdd35c1614b512c1d56a2ea4c2419d2..13373443461dec5a33d520d2d10285598bb32fd2 100644 (file)
         (unsigned_float:DF (match_operand:DI 1 "register_operand"   "r")))]
   ""
   "{
-    rtx value, insns;
+    rtx value;
     rtx c0 = spu_const_from_ints (V16QImode, 0x02031011, 0x12138080, 
                                              0x06071415, 0x16178080);
     rtx c1 = spu_const_from_ints (V4SImode, 1023+63, 1023+31, 0, 0);