blob: 0cac7554be03fd16eecf6a6a0d69e3524228d66c [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -mtriple=thumb-apple-darwin \
Evan Cheng085e19b2009-06-24 06:36:07 +00002; RUN: -disable-fp-elim | not grep {r11}
Dan Gohmanda594cf2009-09-09 00:09:15 +00003; RUN: llc < %s -mtriple=thumb-linux-gnueabi \
Evan Cheng085e19b2009-06-24 06:36:07 +00004; RUN: -disable-fp-elim | not grep {r11}
5
6define i32 @f() {
7entry:
8 ret i32 10
9}