From: Aldy Hernandez Date: Fri, 2 Aug 2002 03:01:54 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=88c3865996f3be69203664a3889ec54bbeeb8c04;p=gcc.git fix typo From-SVN: r55968 --- diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 86e0917198a..647e5b045fb 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -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 \