Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9a856b049d767e9da43736e9f05c7a7c772fb404
/
.
/
test
/
CodeGen
/
Generic
/
trap.ll
blob: 4dfc1a6450b93ceed24ea378adf4528006543a20 [
file
] [
log
] [
blame
]
Chris Lattner
9a856b0
2008-01-15 22:17:26 +0000
[
diff
] [
blame^
]
1
; RUN: llvm-as < %s | llc
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