From 2260a3a0468c9d1749b33a6207007ddf33464731 Mon Sep 17 00:00:00 2001 From: Ashutosh Nema Date: Thu, 11 Feb 2016 09:23:53 +0000 Subject: Fixed typo in comment & coding style for LoopVersioningLICM. llvm-svn: 260504 --- llvm/lib/Transforms/IPO/PassManagerBuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/IPO/PassManagerBuilder.cpp') diff --git a/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp b/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp index 18d321b3106..c9fb8541f89 100644 --- a/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp +++ b/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp @@ -379,7 +379,7 @@ void PassManagerBuilder::populateModulePassManager( // we must insert a no-op module pass to reset the pass manager. MPM.add(createBarrierNoopPass()); - // Scheduling LoopVersioningLICM when inining is over, because after that + // Scheduling LoopVersioningLICM when inlining is over, because after that // we may see more accurate aliasing. Reason to run this late is that too // early versioning may prevent further inlining due to increase of code // size. By placing it just after inlining other optimizations which runs -- cgit v1.2.3