diff options
Diffstat (limited to 'llvm/test/CodeGen/Alpha/mul5.ll')
-rw-r--r-- | llvm/test/CodeGen/Alpha/mul5.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Alpha/mul5.ll b/llvm/test/CodeGen/Alpha/mul5.ll index 5e41d0fd856..8159ff007f2 100644 --- a/llvm/test/CodeGen/Alpha/mul5.ll +++ b/llvm/test/CodeGen/Alpha/mul5.ll @@ -1,5 +1,6 @@ ; Make sure this testcase does not use mulq -; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep -i 'mul' |wc -l |grep 0 +; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | \ +; RUN: not grep -i mul implementation ; Functions: |