[llvm] r309479 - update the test file that was omitted in r309478.

Dehao Chen via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 28 21:11:20 PDT 2017


Author: dehao
Date: Fri Jul 28 21:11:20 2017
New Revision: 309479

URL: http://llvm.org/viewvc/llvm-project?rev=309479&view=rev
Log:
update the test file that was omitted in r309478.

Modified:
    llvm/trunk/test/Other/new-pm-pgo.ll

Modified: llvm/trunk/test/Other/new-pm-pgo.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/new-pm-pgo.ll?rev=309479&r1=309478&r2=309479&view=diff
==============================================================================
--- llvm/trunk/test/Other/new-pm-pgo.ll (original)
+++ llvm/trunk/test/Other/new-pm-pgo.ll Fri Jul 28 21:11:20 2017
@@ -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




More information about the llvm-commits mailing list