diff options
| -rw-r--r-- | llvm/test/Other/new-pm-pgo.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Other/new-pm-pgo.ll b/llvm/test/Other/new-pm-pgo.ll index a5ade773a87..a9a4deb67f0 100644 --- a/llvm/test/Other/new-pm-pgo.ll +++ b/llvm/test/Other/new-pm-pgo.ll @@ -6,9 +6,9 @@ ; ; GEN: Running pass: PGOInstrumentationGen ; USE: Running pass: PGOInstrumentationUse -; SAMPLE_USE: Running pass: AddDiscriminators +; SAMPLE_USE: Running pass: ModuleToFunctionPassAdaptor<llvm::AddDiscriminatorsPass> ; SAMPLE_USE: Running pass: SampleProfileLoaderPass -; SAMPLE_GEN: Running pass: AddDiscriminators +; SAMPLE_GEN: Running pass: ModuleToFunctionPassAdaptor<llvm::AddDiscriminatorsPass> define void @foo() { ret void |

