* config/cris/cris.h (EXTRA_CONSTRAINT_T): Fix typo in comment.

From-SVN: r47464
This commit is contained in:
Hans-Peter Nilsson 2001-11-30 00:29:30 +00:00 committed by Hans-Peter Nilsson
parent d3295e2542
commit 45b677bc9e
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
clear overlapped value, don't just CC_STATUS_INIT.
* config/cris/cris.h (EXTRA_CONSTRAINT_T): Fix spacing and FIXME.
Fix typo in comment.
(LINK_SPEC): Remove whitespace at end of line.
2001-11-29 Jakub Jelinek <jakub@redhat.com>

View File

@ -782,7 +782,7 @@ enum reg_class {NO_REGS, ALL_REGS, LIM_REG_CLASSES};
&& ((GET_CODE (XEXP (X, 0)) == MEM \
/* Double indirect: [[reg]] or [[reg+]]? */ \
&& (BASE_OR_AUTOINCR_P (XEXP (XEXP (X, 0), 0)))) \
/* Just an explicite indirect reference: [const]? */ \
/* Just an explicit indirect reference: [const]? */ \
|| CONSTANT_P (XEXP (X, 0)) \
/* Something that is indexed; [...+...]? */ \
|| (GET_CODE (XEXP (X, 0)) == PLUS \