blob: 03ae6bfc869ec7b256a8bf0f769e886b2be6d5c6 [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 -mcpu=yonah | grep ud2
Chris Lattnere07704f2008-01-15 22:22:02 +00002define i32 @test() noreturn nounwind {
3entry:
4 tail call void @llvm.trap( )
5 unreachable
6}
7
8declare void @llvm.trap() nounwind
9