blob: 44914136b1f83983aa561b1d3059bb2d73a98dd3 (
plain)
1
2
3
4
5
6
|
; 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
}
|