aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/frame_thumb.ll
blob: fe82db992129658a1dfce7d1f1bb5f5247ca8fc7 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as < %s | llc -march=thumb -mtriple=arm-apple-darwin \
; RUN:     -disable-fp-elim | not grep {r11}
; RUN: llvm-as < %s | llc -march=thumb -mtriple=arm-linux-gnueabi \
; RUN:     -disable-fp-elim | not grep {r11}

define i32 @f() {
entry:
	ret i32 10
}