nios2.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define.
2018-08-03 Sandra Loosemore <sandra@codesourcery.com> gcc/ * config/nios2/nios2.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define. From-SVN: r263301
This commit is contained in:
parent
5ae10dbaec
commit
e23f36192d
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-08-03 Sandra Loosemore <sandra@codesourcery.com>
|
||||
|
||||
* config/nios2/nios2.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
|
||||
Define.
|
||||
|
||||
2018-08-03 Jeff Law <law@redhat.com>
|
||||
|
||||
PR target/86795
|
||||
|
|
|
@ -5572,6 +5572,9 @@ nios2_adjust_reg_alloc_order (void)
|
|||
#undef TARGET_CONSTANT_ALIGNMENT
|
||||
#define TARGET_CONSTANT_ALIGNMENT constant_alignment_word_strings
|
||||
|
||||
#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-nios2.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue