diff options
Diffstat (limited to 'test/CodeGen/Blackfin/cmp-small-imm.ll')
-rw-r--r-- | test/CodeGen/Blackfin/cmp-small-imm.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/Blackfin/cmp-small-imm.ll b/test/CodeGen/Blackfin/cmp-small-imm.ll deleted file mode 100644 index e1732a8..0000000 --- a/test/CodeGen/Blackfin/cmp-small-imm.ll +++ /dev/null @@ -1,6 +0,0 @@ -; RUN: llc < %s -march=bfin > %t - -define i1 @cmp3(i32 %A) { - %R = icmp uge i32 %A, 2 - ret i1 %R -} |