diff options
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 17cfd36..c8433c5 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -915,7 +915,7 @@ reg_set_last (x, insn) return 0; } -/* This is 1 until after reload pass. */ +/* This is 1 until after the rtl generation pass. */ int rtx_equal_function_value_matters; /* Return 1 if X and Y are identical-looking rtx's. |