diff options
Diffstat (limited to 'test/CodeGen/Alpha/mul5.ll')
-rw-r--r-- | test/CodeGen/Alpha/mul5.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/mul5.ll b/test/CodeGen/Alpha/mul5.ll index 5e41d0f..8159ff0 100644 --- a/test/CodeGen/Alpha/mul5.ll +++ b/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: |