diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/vmin.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/vmin.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/vmin.ll b/llvm/test/CodeGen/ARM/vmin.ll index 08a3f090991..ecde35ae447 100644 --- a/llvm/test/CodeGen/ARM/vmin.ll +++ b/llvm/test/CodeGen/ARM/vmin.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=arm -mattr=+neon > %t +; RUN: llc < %s -march=arm -mattr=+neon > %t ; RUN: grep {vmin\\.s8} %t | count 2 ; RUN: grep {vmin\\.s16} %t | count 2 ; RUN: grep {vmin\\.s32} %t | count 2 |

