This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch applied to sh port: constraints reshuffle


Typo fix:
-- 
--------------------------
SuperH (UK) Ltd.
2410 Aztec West / Almondsbury / BRISTOL / BS32 4QX
T:+44 1454 465658
Index: config/sh/sh.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sh/sh.h,v
retrieving revision 1.207
retrieving revision 1.208
diff -p -r1.207 -r1.208
*** config/sh/sh.h	16 Jun 2003 16:23:26 -0000	1.207
--- config/sh/sh.h	16 Jun 2003 17:12:12 -0000	1.208
*************** while (0)
*** 2507,2513 ****
     : (C) == 'C' ? EXTRA_CONSTRAINT_C ((OP), (STR)) \
     : (C) == 'S' ? EXTRA_CONSTRAINT_S ((OP), (STR)) \
     : (C) == 'W' ? EXTRA_CONSTRAINT_W (OP) \
!    : (C) == 'U' ? EXTRA_CONSTRAINT_Z (OP) \
     : 0)
  
  /* GO_IF_LEGITIMATE_ADDRESS recognizes an RTL expression
--- 2507,2513 ----
     : (C) == 'C' ? EXTRA_CONSTRAINT_C ((OP), (STR)) \
     : (C) == 'S' ? EXTRA_CONSTRAINT_S ((OP), (STR)) \
     : (C) == 'W' ? EXTRA_CONSTRAINT_W (OP) \
!    : (C) == 'Z' ? EXTRA_CONSTRAINT_Z (OP) \
     : 0)
  
  /* GO_IF_LEGITIMATE_ADDRESS recognizes an RTL expression

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]