aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nds32/nds32.c
diff options
context:
space:
mode:
authorChung-Ju Wu <jasonwucj@gmail.com>2018-09-22 12:30:50 +0000
committerChung-Ju Wu <jasonwucj@gmail.com>2018-09-22 12:30:50 +0000
commit9abb014bbac4ab4fd06d5835936f7bc6de74b687 (patch)
tree135172c35342a4c7e7411ba0a1c3004187d874bc /gcc/config/nds32/nds32.c
parent19de27408032e5065ff83d0ea11bb6d3d5dd8c7f (diff)
PR target/86798
* config/nds32/nds32.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define to speculation_safe_value_not_needed. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@264503 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/nds32/nds32.c')
-rw-r--r--gcc/config/nds32/nds32.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/nds32/nds32.c b/gcc/config/nds32/nds32.c
index d58be37ee9c..1ae34fc11f0 100644
--- a/gcc/config/nds32/nds32.c
+++ b/gcc/config/nds32/nds32.c
@@ -5877,6 +5877,9 @@ nds32_use_blocks_for_constant_p (machine_mode mode,
#undef TARGET_USE_BLOCKS_FOR_CONSTANT_P
#define TARGET_USE_BLOCKS_FOR_CONSTANT_P nds32_use_blocks_for_constant_p
+#undef TARGET_HAVE_SPECULATION_SAFE_VALUE
+#define TARGET_HAVE_SPECULATION_SAFE_VALUE speculation_safe_value_not_needed
+
/* ------------------------------------------------------------------------ */