repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
test
/
CodeGen
/
Thumb
/
trap.ll
blob
04cd3eed0fcba7d5cee8c6e0c3642434908947fb
1
; RUN: llc < %s -march=thumb | FileCheck %s
2
; rdar://7961298
3
4
define void @t() nounwind {
5
entry:
6
; CHECK: t:
7
; CHECK: trap
8
call void @llvm.trap()
9
unreachable
10
}
11
12
declare void @llvm.trap() nounwind