Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Generic / 2007-05-03-EHTypeInfo.ll
blob1241d6cadfa41fc5fa1d1c1065601eaef9156d81
1 ; RUN: llc < %s
3         %struct.exception = type { i8, i8, i32, ptr, ptr, i32, ptr }
4 @program_error = external global %struct.exception              ; <ptr> [#uses=1]
6 define void @typeinfo() {
7 entry:
8         %eh_typeid = tail call i32 @llvm.eh.typeid.for( ptr @program_error )            ; <i32> [#uses=0]
9         ret void
12 declare i32 @llvm.eh.typeid.for(ptr)