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
/
X86
/
macho-trap.ll
blob
630f5b38ca335bc9965236a71e8996f91d6f8e8a
1
; RUN: llc -mtriple=x86_64-apple-macosx10.11 %s -o - | FileCheck %s
2
3
define void @test_unreachable() {
4
; CHECK-LABEL: test_unreachable:
5
; CHECK: ud2
6
unreachable
7
}