Commit 89638955 by Richard Kenner

(GO_IF_HARD_REG_EQUAL): Fix typo.

From-SVN: r6476
parent 8c15858f
/* Sets (bit vectors) of hard registers, and operations on them.
Copyright (C) 1987, 1992 Free Software Foundation, Inc.
Copyright (C) 1987, 1992, 1994 Free Software Foundation, Inc.
This file is part of GNU CC
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment