diff --git a/clang/test/CodeGen/pgo-sample-thinlto-summary.c b/clang/test/CodeGen/pgo-sample-thinlto-summary.c index f29180eab3b6c..23233c8f44f5c 100644 --- a/clang/test/CodeGen/pgo-sample-thinlto-summary.c +++ b/clang/test/CodeGen/pgo-sample-thinlto-summary.c @@ -14,20 +14,9 @@ void foo(int n) { // SAMPLEPGO: Running pass: PGOIndirectCallPromotion on [module] // SAMPLEPGO: Running pass: LoopUnrollPass on bar -// SAMPLEPGO-OLDPM: PGOIndirectCallPromotion -// SAMPLEPGO-OLDPM: Unroll loops -// SAMPLEPGO-OLDPM: Unroll loops - // THINLTO-NOT: Running pass: PGOIndirectCallPromotion on [module] // THINLTO-NOT: Running pass: LoopUnrollPass on bar -// THINLTO-OLDPM-NOT: PGOIndirectCallPromotion -// The first Unroll loop pass is the createSimpleLoopUnrollPass that unrolls and peels -// loops with small constant trip counts. The second one is skipped by ThinLTO. -// THINLTO-OLDPM: Unroll loops -// THINLTO-OLDPM-NOT: Unroll loops - - // Checks if hot call is inlined by normal compile, but not inlined by // thinlto compile. // SAMPLEPGO-LABEL: define {{(dso_local )?}}void @bar