diff options
Diffstat (limited to 'gcc/config/cris/cris.h')
-rw-r--r-- | gcc/config/cris/cris.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index c5aa83edba3..12b1ea88b05 100644 --- a/gcc/config/cris/cris.h +++ b/gcc/config/cris/cris.h @@ -859,7 +859,7 @@ enum cris_symbol_type /* We don't want an .ident for gcc. To avoid that but still support #ident, we override TARGET_ASM_OUTPUT_IDENT and, since the gcc .ident is its only use besides front-end .ident directives, we return if - the state if the cgraph is not CGRAPH_STATE_PARSING. */ + the state if the cgraph is not PARSING. */ #undef TARGET_ASM_OUTPUT_IDENT #define TARGET_ASM_OUTPUT_IDENT cris_asm_output_ident |