xref: /llvm-project/llvm/test/CodeGen/Thumb2/frameless.ll (revision 4a2bd78f5b0d0661c23dff9c4b93a393a49dbf9a)
1; RUN: llc < %s -mtriple=thumbv7-apple-darwin -frame-pointer=none | not grep mov
2; RUN: llc < %s -mtriple=thumbv7-linux -frame-pointer=none | not grep mov
3
4define void @t() nounwind readnone {
5  ret void
6}
7