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