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
Revert 374373: [Codegen] Alter the default promotion for saturating adds and subs
[llvm-core.git]
/
test
/
CodeGen
/
ARM
/
trap-unreachable.ll
blob
605d5a234291a4226bad42c5c7c02b02dcf62bf0
1
; RUN: llc -mtriple=thumbv7 -trap-unreachable < %s | FileCheck %s
2
; CHECK: .inst.n 0xdefe
3
4
define void @test() #0 {
5
unreachable
6
}
7
8
attributes #0 = { nounwind }