summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/2007-05-03-EHTypeInfo.ll
blob: 8a427902f7218ed848137501f59d7c70b32385db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; RUN: llvm-as < %s | llc -enable-eh -march=x86

	%struct.exception = type { i8, i8, i32, i8*, i8*, i32, i8* }
@program_error = external global %struct.exception		; <%struct.exception*> [#uses=1]

define void @typeinfo() {
entry:
	%eh_typeid = tail call i32 @llvm.eh.typeid.for.i32( i8* getelementptr (%struct.exception* @program_error, i32 0, i32 0) )		; <i32> [#uses=0]
	ret void
}

declare i32 @llvm.eh.typeid.for.i32(i8*)
OpenPOWER on IntegriCloud