[ScopInfo] [NFC] Typo fix.

"to conservative" -> "too conservative".

llvm-svn: 310353
This commit is contained in:
Siddharth Bhat 2017-08-08 12:26:32 +00:00
parent 6fa6813aec
commit 83fe6b546d
1 changed files with 1 additions and 1 deletions

View File

@ -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;