(GO_IF_HARD_REG_EQUAL): Fix typo.

From-SVN: r7299
This commit is contained in:
Doug Evans 1994-05-15 01:23:12 +00:00
parent 44a965f646
commit 5384893b18
1 changed files with 1 additions and 1 deletions

View 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