blob: 67d1a7a347f383d0a701a7fce069d07d87156bf1 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s
Chris Lattner9a856b02008-01-15 22:17:26 +00002define i32 @test() noreturn nounwind {
3entry:
4 tail call void @llvm.trap( )
5 unreachable
6}
7
8declare void @llvm.trap() nounwind
9