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

