xref: /aosp_15_r20/external/llvm/test/CodeGen/Thumb/frame_thumb.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -mtriple=thumb-apple-darwin \
2; RUN:     -disable-fp-elim | not grep "r11"
3; RUN: llc < %s -mtriple=thumb-linux-gnueabi \
4; RUN:     -disable-fp-elim | not grep "r11"
5
6define i32 @f() {
7entry:
8	ret i32 10
9}
10