1; RUN: llc < %s -mtriple=thumbv7-apple-darwin -frame-pointer=all | not grep mov
2; RUN: llc < %s -mtriple=thumbv7-linux -frame-pointer=all | not grep mov
3
4define void @t() nounwind readnone {
5  ret void
6}
7