blob: 6cc4dd12f6a7b4828498b65c0300426948a7738e [file] [log] [blame]
Dan Gohmanc8054d92009-09-09 00:09:15 +00001; RUN: llc < %s -mtriple=thumb-apple-darwin \
Chandler Carruthff123d52012-07-02 19:09:46 +00002; RUN: -disable-fp-elim | not grep "r11"
Dan Gohmanc8054d92009-09-09 00:09:15 +00003; RUN: llc < %s -mtriple=thumb-linux-gnueabi \
Chandler Carruthff123d52012-07-02 19:09:46 +00004; RUN: -disable-fp-elim | not grep "r11"
Evan Chengd76d0aa2009-06-24 06:36:07 +00005
6define i32 @f() {
7entry:
8 ret i32 10
9}