Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
.
/
llvm
/
test
/
CodeGen
/
Thumb
/
frame_thumb.ll
blob: 0cac7554be03fd16eecf6a6a0d69e3524228d66c [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=thumb-apple-darwin \
; RUN: -disable-fp-elim | not grep {r11}
; RUN: llc < %s -mtriple=thumb-linux-gnueabi \
; RUN: -disable-fp-elim | not grep {r11}
define
i32
@f
()
{
entry
:
ret
i32
10
}