diff options
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r-- | gcc/gcse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcse.c b/gcc/gcse.c index cd1f87ed3b4..4be7cdc616b 100644 --- a/gcc/gcse.c +++ b/gcc/gcse.c @@ -3283,7 +3283,7 @@ hoist_code (void) to nullify any benefit we get from code hoisting. */ if (hoistable > 1 && dbg_cnt (hoist_insn)) { - /* If (hoistable != vec_s::length), then there is + /* If (hoistable != vec::length), then there is an occurrence of EXPR in BB itself. Don't waste time looking for LCA in this case. */ if ((unsigned) hoistable == occrs_to_hoist.length ()) |