blob: fe82db992129658a1dfce7d1f1bb5f5247ca8fc7 [file] [log] [blame]
Lauro Ramos Venanciofdc96922007-04-27 17:58:03 +00001; RUN: llvm-as < %s | llc -march=thumb -mtriple=arm-apple-darwin \
2; RUN: -disable-fp-elim | not grep {r11}
3; RUN: llvm-as < %s | llc -march=thumb -mtriple=arm-linux-gnueabi \
4; RUN: -disable-fp-elim | not grep {r11}
5
6define i32 @f() {
7entry:
8 ret i32 10
9}