mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 23:10:56 +08:00
[ARC] Define TARGET_HAVE_SPECULATION_SAFE_VALUE.
xxxx-xx-xx Claudiu Zissulescu <claziss@synopsys.com> * config/arc/arc.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define. From-SVN: r269756
This commit is contained in:
parent
864e2eaa39
commit
8e95721a29
@ -1,3 +1,7 @@
|
||||
2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
|
||||
|
||||
* config/arc/arc.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define.
|
||||
|
||||
2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
|
||||
|
||||
* config/arc/arc-protos.h (arc_adjust_reg_alloc_order): Declare.
|
||||
|
@ -11387,6 +11387,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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user