* pa.h (ADDR_VEC_ALIGN): Define.
From-SVN: r30345
This commit is contained in:
parent
7ee424ed73
commit
937ac3f98c
2 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,8 @@ Mon Nov 1 23:21:17 1999 Jason Merrill <jason@yorick.cygnus.com>
|
|||
|
||||
Mon Nov 1 23:37:38 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* pa.h (ADDR_VEC_ALIGN): Define.
|
||||
|
||||
* jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
|
||||
notes when presented with "if (foo) break; end_of_loop" and
|
||||
the break sequence gets moved out of the loop.
|
||||
|
|
|
@ -1689,6 +1689,9 @@ while (0)
|
|||
for the index in the tablejump instruction. */
|
||||
#define CASE_VECTOR_MODE (TARGET_BIG_SWITCH ? TImode : DImode)
|
||||
|
||||
/* Jump tables must be 32 bit aligned, no matter the size of the element. */
|
||||
#define ADDR_VEC_ALIGN(ADDR_VEC) 2
|
||||
|
||||
/* Specify the tree operation to be used to convert reals to integers. */
|
||||
#define IMPLICIT_FIX_EXPR FIX_ROUND_EXPR
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue