diff options
Diffstat (limited to 'llvm/test/CodeGen/Blackfin/cmp-small-imm.ll')
| -rw-r--r-- | llvm/test/CodeGen/Blackfin/cmp-small-imm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Blackfin/cmp-small-imm.ll b/llvm/test/CodeGen/Blackfin/cmp-small-imm.ll index ed285a76036..e1732a8f806 100644 --- a/llvm/test/CodeGen/Blackfin/cmp-small-imm.ll +++ b/llvm/test/CodeGen/Blackfin/cmp-small-imm.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=bfin > %t +; RUN: llc < %s -march=bfin > %t define i1 @cmp3(i32 %A) { %R = icmp uge i32 %A, 2 |

