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 8ad6281aa4d..de228e39431 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -3693,7 +3693,7 @@ can_hoist_insn_p (insn, val, live) break; case USE: /* We need to fix callers to really ensure availability - of all values inisn uses, but for now it is safe to prohibit + of all values insn uses, but for now it is safe to prohibit hoisting of any insn having such a hidden uses. */ return false; break; |