xxxx-xx-xx Claudiu Zissulescu <claz...@synopsys.com> * config/arc/arc.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define. --- gcc/config/arc/arc.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/gcc/config/arc/arc.c b/gcc/config/arc/arc.c index 9e086477027..a3a013e90e1 100644 --- a/gcc/config/arc/arc.c +++ b/gcc/config/arc/arc.c @@ -11440,6 +11440,9 @@ arc_adjust_reg_alloc_order (void) #undef TARGET_ASM_TRAMPOLINE_TEMPLATE #define TARGET_ASM_TRAMPOLINE_TEMPLATE arc_asm_trampoline_template +#undef TARGET_HAVE_SPECULATION_SAFE_VALUE +#define TARGET_HAVE_SPECULATION_SAFE_VALUE speculation_safe_value_not_needed + struct gcc_target targetm = TARGET_INITIALIZER; #include "gt-arc.h" -- 2.20.1