1 ; RUN: opt -S %s -lowertypetests | FileCheck %s
4 ; CHECK: define hidden i8* @f2.cfi() !type !0 {
5 ; CHECK-NEXT: br label %b
7 ; CHECK-NEXT: ret i8* blockaddress(@f2.cfi, %b)
10 target triple = "x86_64-unknown-linux"
14 %0 = call i1 @llvm.type.test(i8* bitcast (i8* ()* @f2 to i8*), metadata !"_ZTSFvP3bioE")
18 declare i1 @llvm.type.test(i8*, metadata)
20 define i8* @f2() !type !5 {
24 ret i8* blockaddress(@f2, %b)
27 !5 = !{i64 0, !"_ZTSFvP3bioE"}