Home | History | Annotate | Download | only in X86
      1 ; RUN: llc < %s -march=x86 -mcpu=yonah | grep ud2
      2 define i32 @test() noreturn nounwind  {
      3 entry:
      4 	tail call void @llvm.trap( )
      5 	unreachable
      6 }
      7 
      8 declare void @llvm.trap() nounwind 
      9 
     10