From 9ab9d8af329b4f99b807b65efb8fd4fb4246549d Mon Sep 17 00:00:00 2001
From: aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Fri, 2 Aug 2002 03:01:54 +0000
Subject: [PATCH] fix typo

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55968 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/config/rs6000/rs6000.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h
index 86e0917198ab..647e5b045fb5 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								\
-- 
GitLab