diff options
Diffstat (limited to 'gcc/reload.c')
-rw-r--r-- | gcc/reload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.c b/gcc/reload.c index cc61d77..32eec02 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -85,7 +85,7 @@ a register with any other reload. */ #define REG_OK_STRICT -/* We do not enable this with ENABLE_CHECKING, since it is awfully slow. */ +/* We do not enable this with CHECKING_P, since it is awfully slow. */ #undef DEBUG_RELOAD #include "config.h" |