From e175948484aa316e1f23dc84410f218a7dc8d233 Mon Sep 17 00:00:00 2001 From: Dehao Chen Date: Sat, 29 Jul 2017 04:11:20 +0000 Subject: [PATCH] update the test file that was omitted in r309478. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309479 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Other/new-pm-pgo.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Other/new-pm-pgo.ll b/test/Other/new-pm-pgo.ll index a5ade773a87..a9a4deb67f0 100644 --- a/test/Other/new-pm-pgo.ll +++ b/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 ; SAMPLE_USE: Running pass: SampleProfileLoaderPass -; SAMPLE_GEN: Running pass: AddDiscriminators +; SAMPLE_GEN: Running pass: ModuleToFunctionPassAdaptor define void @foo() { ret void -- 2.11.0