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
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
CodeGen
/
Thumb
/
trap.ll
blob
7d2f6f11a4d1121d470292a3f0d4c0d8d45beb36
1
; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s
2
; rdar://7961298
3
4
define void @t() nounwind {
5
entry:
6
; CHECK-LABEL: t:
7
; CHECK: trap
8
call void @llvm.trap()
9
unreachable
10
}
11
12
declare void @llvm.trap() nounwind