Index: test/CodeGen/pgo-sample-thinlto-summary.c =================================================================== --- test/CodeGen/pgo-sample-thinlto-summary.c +++ test/CodeGen/pgo-sample-thinlto-summary.c @@ -35,7 +35,7 @@ // Check that icp is not invoked (both -O2 and ThinLTO). // O2-LABEL: define void @icp // THINLTO-LABEL: define void @icp -// O2-NOT: if.true.direct_targ +// O2: if.true.direct_targ // ThinLTO-NOT: if.true.direct_targ void icp(void (*p)()) { p();