repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[OpenACC] Implement 'collapse' for combined constructs.
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Thumb
/
2010-06-18-SibCallCrash.ll
blob
0fc35a507d5d1138e3ac7d3243db06d53a8b92ba
1
; RUN: llc -mtriple=thumb-eabi %s -o /dev/null
2
; rdar://8104457
3
4
define arm_apcscc void @t(ptr %m) nounwind {
5
entry:
6
tail call arm_apcscc void undef(ptr %m, i16 zeroext undef) nounwind
7
ret void
8
}