From 1d7f8c75179a60b4fd214f944cd5c705a6effa76 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 26 Feb 2021 16:27:23 -0800 Subject: [PATCH] [test] Fix PGOProfile/comdat_internal.ll --- llvm/test/Transforms/PGOProfile/comdat_internal.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/PGOProfile/comdat_internal.ll b/llvm/test/Transforms/PGOProfile/comdat_internal.ll index e5915d9..fbc4f2f 100644 --- a/llvm/test/Transforms/PGOProfile/comdat_internal.ll +++ b/llvm/test/Transforms/PGOProfile/comdat_internal.ll @@ -18,7 +18,7 @@ $foo = comdat any ; CHECK-NOT: bitcast (i32 ()* @foo to i8*) ; CHECK-SAME: , i8* null, i32 1, [2 x i16] zeroinitializer }, section "__llvm_prf_data", comdat, align 8 ; CHECK: @__llvm_prf_nm -; CHECK: @llvm.used +; CHECK: @llvm.compiler.used define internal i32 @foo() comdat { entry: -- 2.7.4