forked from OSchip/llvm-project
[ScopInfo] [NFC] Typo fix.
"to conservative" -> "too conservative". llvm-svn: 310353
This commit is contained in:
parent
6fa6813aec
commit
83fe6b546d
|
@ -3853,7 +3853,7 @@ bool Scop::canAlwaysBeHoisted(MemoryAccess *MA, bool StmtInvalidCtxIsEmpty,
|
|||
|
||||
// If the location might be overwritten we do not hoist it unconditionally.
|
||||
//
|
||||
// TODO: This is probably to conservative.
|
||||
// TODO: This is probably too conservative.
|
||||
if (!NonHoistableCtxIsEmpty)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue