patch applied to sh port: constraints reshuffle

Joern Rennecke joern.rennecke@superh.com
Mon Jun 16 17:17:00 GMT 2003


Typo fix:
-- 
--------------------------
SuperH (UK) Ltd.
2410 Aztec West / Almondsbury / BRISTOL / BS32 4QX
T:+44 1454 465658
-------------- next part --------------
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


More information about the Gcc-patches mailing list