[NFC] [RegisterPasses] Fix typo: To early -> too early.

llvm-svn: 308743
This commit is contained in:
Siddharth Bhat 2017-07-21 15:12:03 +00:00
parent 9494258223
commit 06d4ed6787
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ registerPollyScalarOptimizerLatePasses(const llvm::PassManagerBuilder &Builder,
/// be optimized away.
///
/// We are currently evaluating the benefit or running Polly at position b) or
/// c). b) is likely to early as it interacts with the inliner. c) is nice
/// c). b) is likely too early as it interacts with the inliner. c) is nice
/// as everything is fully inlined and canonicalized, but we need to be able
/// to handle LICMed code to make it useful.
static llvm::RegisterStandardPasses RegisterPollyOptimizerEarly(