summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/Other/opt-hot-cold-split.ll6
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/Other/opt-hot-cold-split.ll b/llvm/test/Other/opt-hot-cold-split.ll
index 3fe44b44d04..90358bf5567 100644
--- a/llvm/test/Other/opt-hot-cold-split.ll
+++ b/llvm/test/Other/opt-hot-cold-split.ll
@@ -12,13 +12,11 @@
; DEFAULT-Os: Combine redundant instructions
; LTO-PRELINK-Os-LABEL: Starting llvm::Module pass manager run.
-; LTO-PRELINK-Os: Running pass: ModuleToFunctionPassAdaptor<llvm::PromotePass>
+; LTO-PRELINK-Os: Running pass: {{.*}}PromotePass
; LTO-PRELINK-Os: Running pass: HotColdSplittingPass
-; LTO-PRELINK-Os: Running pass: ModuleToFunctionPassAdaptor<llvm::PassManager<llvm::Function> >
; THINLTO-PRELINK-Os-LABEL: Running analysis: PassInstrumentationAnalysis
-; THINLTO-PRELINK-Os: Running pass: ModuleToFunctionPassAdaptor<llvm::PromotePass>
+; THINLTO-PRELINK-Os: Running pass: {{.*}}PromotePass
; THINLTO-PRELINK-Os: Running pass: HotColdSplittingPass
-; THINLTO-PRELINK-Os: Running pass: ModuleToFunctionPassAdaptor<llvm::PassManager<llvm::Function> >
; THINLTO-POSTLINK-Os-NOT: HotColdSplitting
OpenPOWER on IntegriCloud