fix typo
From-SVN: r55968
This commit is contained in:
parent
f4857b9b42
commit
88c3865996
1 changed files with 1 additions and 1 deletions
|
@ -2030,7 +2030,7 @@ typedef struct rs6000_args
|
|||
#define TOC_RELATIVE_EXPR_P(X) (toc_relative_expr_p (X))
|
||||
|
||||
/* SPE offset addressing is limited to 5-bits worth of double words. */
|
||||
#define SPE_CONST_OFFSET_OK(x) (((x) & ~0xff) == 0)
|
||||
#define SPE_CONST_OFFSET_OK(x) (((x) & ~0xf8) == 0)
|
||||
|
||||
#define LEGITIMATE_CONSTANT_POOL_ADDRESS_P(X) \
|
||||
(TARGET_TOC \
|
||||
|
|
Loading…
Add table
Reference in a new issue