1; RUN: llc < %s 2 3 %struct.exception = type { i8, i8, i32, ptr, ptr, i32, ptr } 4@program_error = external global %struct.exception ; <ptr> [#uses=1] 5 6define void @typeinfo() { 7entry: 8 %eh_typeid = tail call i32 @llvm.eh.typeid.for( ptr @program_error ) ; <i32> [#uses=0] 9 ret void 10} 11 12declare i32 @llvm.eh.typeid.for(ptr) 13