From 9964f5200e763111e935c82ceeacf7ce149d9bc2 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Tue, 25 Apr 2017 17:48:10 +0000 Subject: [PATCH] [PGO] Update test now that we don't call IndirectCallPromotion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301339 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/pgo-sample-thinlto-summary.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/pgo-sample-thinlto-summary.c b/test/CodeGen/pgo-sample-thinlto-summary.c index a284af3c80..fe742e0df1 100644 --- a/test/CodeGen/pgo-sample-thinlto-summary.c +++ b/test/CodeGen/pgo-sample-thinlto-summary.c @@ -32,10 +32,10 @@ void unroll() { baz(i); } -// Checks if icp is invoked by normal compile, but not thinlto compile. +// Checks that icp is invoked. // O2-LABEL: define void @icp // THINLTO-LABEL: define void @icp -// O2: if.true.direct_targ +// O2-NOT: if.true.direct_targ // ThinLTO-NOT: if.true.direct_targ void icp(void (*p)()) { p(); -- 2.40.0