Dan Gohman | c8054d9 | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -mtriple=thumb-apple-darwin \ |
Chandler Carruth | ff123d5 | 2012-07-02 19:09:46 +0000 | [diff] [blame] | 2 | ; RUN: -disable-fp-elim | not grep "r11" |
Dan Gohman | c8054d9 | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 3 | ; RUN: llc < %s -mtriple=thumb-linux-gnueabi \ |
Chandler Carruth | ff123d5 | 2012-07-02 19:09:46 +0000 | [diff] [blame] | 4 | ; RUN: -disable-fp-elim | not grep "r11" |
Evan Cheng | d76d0aa | 2009-06-24 06:36:07 +0000 | [diff] [blame] | 5 | |
| 6 | define i32 @f() { |
| 7 | entry: |
| 8 | ret i32 10 |
| 9 | } |