Commit a2556bdf by Jeff Law Committed by Jeff Law

* config/spu/spu.md (floatunsdidf2): Remove unused local variable.

From-SVN: r242807
parent 03a4ffcd
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> 2016-11-23 Jakub Kicinski <jakub.kicinski@netronome.com>
* doc/extend.texi: Constify first argument to __builtin_object_size. * doc/extend.texi: Constify first argument to __builtin_object_size.
...@@ -939,7 +939,7 @@ ...@@ -939,7 +939,7 @@
(unsigned_float:DF (match_operand:DI 1 "register_operand" "r")))] (unsigned_float:DF (match_operand:DI 1 "register_operand" "r")))]
"" ""
"{ "{
rtx value, insns; rtx value;
rtx c0 = spu_const_from_ints (V16QImode, 0x02031011, 0x12138080, rtx c0 = spu_const_from_ints (V16QImode, 0x02031011, 0x12138080,
0x06071415, 0x16178080); 0x06071415, 0x16178080);
rtx c1 = spu_const_from_ints (V4SImode, 1023+63, 1023+31, 0, 0); rtx c1 = spu_const_from_ints (V4SImode, 1023+63, 1023+31, 0, 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