llvm-6502/test/CodeGen/Generic/trap.ll
Chris Lattner 9a856b049d new testcase for llvm.trap.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46020 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-15 22:17:26 +00:00

10 lines
156 B
LLVM

; RUN: llvm-as < %s | llc
define i32 @test() noreturn nounwind {
entry:
tail call void @llvm.trap( )
unreachable
}
declare void @llvm.trap() nounwind