]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(GO_IF_HARD_REG_EQUAL): Fix typo.
authorDoug Evans <dje@gnu.org>
Sun, 15 May 1994 01:23:12 +0000 (01:23 +0000)
committerDoug Evans <dje@gnu.org>
Sun, 15 May 1994 01:23:12 +0000 (01:23 +0000)
From-SVN: r7299

gcc/hard-reg-set.h

index 604a6921c2aadaddee841ca6955ccc2c2f91f3f0..6bc668b8cb49725ec0c23ae0420f4a91014be814 100644 (file)
@@ -181,7 +181,7 @@ do { register HARD_REG_ELT_TYPE *scan_xp_ = (X), *scan_yp_ = (Y); \
 do { register HARD_REG_ELT_TYPE *scan_xp_ = (X), *scan_yp_ = (Y); \
      register int i;                                           \
      for (i = 0; i < HARD_REG_SET_LONGS; i++)                  \
-       if (*scan_xp_++ != *scan_yp_++)) break;         \
+       if (*scan_xp_++ != *scan_yp_++) break;                  \
      if (i == HARD_REG_SET_LONGS) goto TO; } while (0)
 
 #endif