aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2016-06-26 23:29:13 +0200
committerUros Bizjak <uros@gcc.gnu.org>2016-06-26 23:29:13 +0200
commitfb4f1c08293deb2ef3f2d3acdf225bfc79e356f8 (patch)
tree7a4b8d88f023e01366427b580e59b001d97b111c /gcc
parent6423315e77dafcaec5e6f85b6451fa9bd9562e2d (diff)
downloadgcc-fb4f1c08293deb2ef3f2d3acdf225bfc79e356f8.zip
gcc-fb4f1c08293deb2ef3f2d3acdf225bfc79e356f8.tar.gz
gcc-fb4f1c08293deb2ef3f2d3acdf225bfc79e356f8.tar.bz2
i386.c (ix86_spill_class): Disable condition to always return NO_REGS.
* config/i386/i386.c (ix86_spill_class): Disable condition to always return NO_REGS. From-SVN: r237793
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.c2
2 files changed, 2 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 70b7719..6a1da1d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index c9595fa..73e631e 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -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 \