[ScopInfo] [NFC] Typo fix.
authorSiddharth Bhat <siddu.druid@gmail.com>
Tue, 8 Aug 2017 12:26:32 +0000 (12:26 +0000)
committerSiddharth Bhat <siddu.druid@gmail.com>
Tue, 8 Aug 2017 12:26:32 +0000 (12:26 +0000)
"to conservative" -> "too conservative".

llvm-svn: 310353

polly/lib/Analysis/ScopInfo.cpp

index 82d0592..4816cec 100644 (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;