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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Thumb
/
2010-06-18-SibCallCrash.ll
blob
e1efd3b7238f6013da121c49410700e7d75b1196
1
; RUN: llc -mtriple=thumb-eabi %s -o /dev/null
2
; rdar://8104457
3
4
define arm_apcscc void @t(i32* %m) nounwind {
5
entry:
6
tail call arm_apcscc void undef(i32* %m, i16 zeroext undef) nounwind
7
ret void
8
}