We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fddef8 commit 28a3918Copy full SHA for 28a3918
llvm/test/Bitcode/thinlto-unused-type-tests.ll
@@ -3,11 +3,11 @@
3
4
; CHECK-NOT: <TYPE_TESTS
5
define void @f() {
6
- %p = call i1 @llvm.type.test(i8* null, metadata !"foo")
7
- %q = call i1 @llvm.type.test(i8* null, metadata !"bar")
+ %p = call i1 @llvm.type.test(ptr null, metadata !"foo")
+ %q = call i1 @llvm.type.test(ptr null, metadata !"bar")
8
call void @llvm.assume(i1 %q)
9
ret void
10
}
11
12
-declare i1 @llvm.type.test(i8*, metadata) nounwind readnone
+declare i1 @llvm.type.test(ptr, metadata) nounwind readnone
13
declare void @llvm.assume(i1)
0 commit comments