]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.c (ix86_spill_class): Disable condition to always return NO_REGS.
authorUros Bizjak <ubizjak@gmail.com>
Sun, 26 Jun 2016 21:29:13 +0000 (23:29 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 26 Jun 2016 21:29:13 +0000 (23:29 +0200)
* config/i386/i386.c (ix86_spill_class): Disable condition to
always return NO_REGS.

From-SVN: r237793

gcc/ChangeLog
gcc/config/i386/i386.c

index 70b771999a33f87ce59e01b61664ee217c03117e..6a1da1d36b84d4ff911489d3bfb0158f26c8c880 100644 (file)
@@ -5,8 +5,8 @@
        PR target/71555
        PR target/71596
        PR target/71657
-       * config/i386/i386.c (TARGET_SPILL_CLASS): #if 0 out the definition.
-       (ix86_spill_class): Disable to always return NO_REGS.
+       * config/i386/i386.c (ix86_spill_class): Disable condition to
+       always return NO_REGS.
 
 2016-06-26  Jan Hubicka  <hubicka@ucw.cz>
 
index c9595fa308d1885ccd2ee2d6cb48d6ab39fd0fac..73e631e3963627605569586f961257b84f470b22 100644 (file)
@@ -55703,11 +55703,9 @@ ix86_addr_space_zero_address_valid (addr_space_t as)
 #undef TARGET_LOOP_UNROLL_ADJUST
 #define TARGET_LOOP_UNROLL_ADJUST ix86_loop_unroll_adjust
 
-#if 0
 /* Disabled due to PRs 70902, 71453, 71555, 71596 and 71657.  */
 #undef TARGET_SPILL_CLASS
 #define TARGET_SPILL_CLASS ix86_spill_class
-#endif
 
 #undef TARGET_SIMD_CLONE_COMPUTE_VECSIZE_AND_SIMDLEN
 #define TARGET_SIMD_CLONE_COMPUTE_VECSIZE_AND_SIMDLEN \