forked from OSchip/llvm-project
[NFC] [RegisterPasses] Fix typo: To early -> too early.
llvm-svn: 308743
This commit is contained in:
parent
9494258223
commit
06d4ed6787
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue