repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lit] Add argument check: --timeout must be non-negative integer
[llvm-core.git]
/
test
/
CodeGen
/
Generic
/
trap.ll
blob
67d1a7a347f383d0a701a7fce069d07d87156bf1
1
; RUN: llc < %s
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