From 44f6ea881822da3249d27fff1e0e892a8b7afb46 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. llvm-svn: 301339 --- clang/test/CodeGen/pgo-sample-thinlto-summary.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/CodeGen/pgo-sample-thinlto-summary.c b/clang/test/CodeGen/pgo-sample-thinlto-summary.c index a284af3..fe742e0 100644 --- a/clang/test/CodeGen/pgo-sample-thinlto-summary.c +++ b/clang/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.7.4