Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/20.1-2025-07-13
/
.
/
llvm
/
test
/
CodeGen
/
Thumb2
/
frameless.ll
blob: 44914136b1f83983aa561b1d3059bb2d73a98dd3 [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -frame-pointer=none | not grep mov
; RUN: llc < %s -mtriple=thumbv7-linux -frame-pointer=none | not grep mov
define
void
@t
()
nounwind
readnone
{
ret
void
}