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
[ARM] Fixup the creation of VPT blocks
[llvm-core.git]
/
test
/
CodeGen
/
AArch64
/
arm64-trap.ll
blob
eb06bddecc13243226326e68037264d765cc2fa4
1
; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s
2
define void @foo() nounwind {
3
; CHECK: foo
4
; CHECK: brk #0x1
5
tail call void @llvm.trap()
6
ret void
7
}
8
declare void @llvm.trap() nounwind