diff options
Diffstat (limited to 'llvm/test/CodeGen/Alpha/mul5.ll')
-rw-r--r-- | llvm/test/CodeGen/Alpha/mul5.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Alpha/mul5.ll b/llvm/test/CodeGen/Alpha/mul5.ll index 5af73a1cc77..4075dd6289e 100644 --- a/llvm/test/CodeGen/Alpha/mul5.ll +++ b/llvm/test/CodeGen/Alpha/mul5.ll @@ -1,5 +1,5 @@ ; Make sure this testcase does not use mulq -; RUN: llvm-as < %s | llc -march=alpha | not grep -i mul +; RUN: llc < %s -march=alpha | not grep -i mul define i64 @foo1(i64 %x) { entry: |