diff options
Diffstat (limited to 'gcc/unroll.c')
-rw-r--r-- | gcc/unroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unroll.c b/gcc/unroll.c index 08d60d475b3..bf0c607dffc 100644 --- a/gcc/unroll.c +++ b/gcc/unroll.c @@ -3352,7 +3352,7 @@ final_giv_value (loop, v) return 0; } -/* Look back before LOOP->START for then insn that sets REG and return +/* Look back before LOOP->START for the insn that sets REG and return the equivalent constant if there is a REG_EQUAL note otherwise just the SET_SRC of REG. */ |