Sign in
llvm
/
llvm-project
/
455a2b824d7734939e54cfb3f47c054517f75be8
/
.
/
llvm
/
test
/
CodeGen
/
Thumb2
/
frameless.ll
blob: 01e0414de37d93197e9a46f730b97917d0990b74 [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -frame-pointer=all | not grep mov
; RUN: llc < %s -mtriple=thumbv7-linux -frame-pointer=all | not grep mov
define
void
@t
()
nounwind
readnone
{
ret
void
}