Handle logical shift right (at least I hope so :) )
[llvm/msp430.git] / test / CodeGen / Generic / 2007-05-03-EHTypeInfo.ll
blob8a427902f7218ed848137501f59d7c70b32385db
1 ; RUN: llvm-as < %s | llc -enable-eh -march=x86
3         %struct.exception = type { i8, i8, i32, i8*, i8*, i32, i8* }
4 @program_error = external global %struct.exception              ; <%struct.exception*> [#uses=1]
6 define void @typeinfo() {
7 entry:
8         %eh_typeid = tail call i32 @llvm.eh.typeid.for.i32( i8* getelementptr (%struct.exception* @program_error, i32 0, i32 0) )               ; <i32> [#uses=0]
9         ret void
12 declare i32 @llvm.eh.typeid.for.i32(i8*)