OSDN Git Service

* config/cris/cris.h (EXTRA_CONSTRAINT_T): Fix typo in comment.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Nov 2001 00:29:30 +0000 (00:29 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Nov 2001 00:29:30 +0000 (00:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47464 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/cris/cris.h

index 5e0e316..8593a75 100644 (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>
index e5cd2d1..a65c6d2 100644 (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                               \