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
/
Thumb2
/
frameless.ll
blob
01e0414de37d93197e9a46f730b97917d0990b74
1
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -frame-pointer=all | not grep mov
2
; RUN: llc < %s -mtriple=thumbv7-linux -frame-pointer=all | not grep mov
3
4
define void @t() nounwind readnone {
5
ret void
6
}