diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/vqrshrn.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/vqrshrn.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/vqrshrn.ll b/llvm/test/CodeGen/ARM/vqrshrn.ll index 38f98f2a2cc..bb046fa1d7d 100644 --- a/llvm/test/CodeGen/ARM/vqrshrn.ll +++ b/llvm/test/CodeGen/ARM/vqrshrn.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 {vqrshrn\\.s16} %t | count 1 ; RUN: grep {vqrshrn\\.s32} %t | count 1 ; RUN: grep {vqrshrn\\.s64} %t | count 1 |

