diff options
Diffstat (limited to 'test/CodeGen/Blackfin/ctlz16.ll')
-rw-r--r-- | test/CodeGen/Blackfin/ctlz16.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Blackfin/ctlz16.ll b/test/CodeGen/Blackfin/ctlz16.ll index 039ffbd57c..56a65c0585 100644 --- a/test/CodeGen/Blackfin/ctlz16.ll +++ b/test/CodeGen/Blackfin/ctlz16.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=bfin +; RUN: llc < %s -march=bfin declare i16 @llvm.ctlz.i16(i16) |