[llvm] 1d7f8c7 - [test] Fix PGOProfile/comdat_internal.ll
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 26 16:27:28 PST 2021
Author: Fangrui Song
Date: 2021-02-26T16:27:23-08:00
New Revision: 1d7f8c75179a60b4fd214f944cd5c705a6effa76
URL: https://github.com/llvm/llvm-project/commit/1d7f8c75179a60b4fd214f944cd5c705a6effa76
DIFF: https://github.com/llvm/llvm-project/commit/1d7f8c75179a60b4fd214f944cd5c705a6effa76.diff
LOG: [test] Fix PGOProfile/comdat_internal.ll
Added:
Modified:
llvm/test/Transforms/PGOProfile/comdat_internal.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/PGOProfile/comdat_internal.ll b/llvm/test/Transforms/PGOProfile/comdat_internal.ll
index e5915d906a08..fbc4f2f0b757 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:
More information about the llvm-commits
mailing list