Handle logical shift right (at least I hope so :) )
[llvm/msp430.git] / test / CodeGen / X86 / trap.ll
blob9a013ffbe56524d2d9a0e8e80ba3f1af705074f0
1 ; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep ud2
2 define i32 @test() noreturn nounwind  {
3 entry:
4         tail call void @llvm.trap( )
5         unreachable
8 declare void @llvm.trap() nounwind