commit | a4adf351b67c72f8b298cdaefccb5c1a5b037a07 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Sun Mar 09 19:55:22 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Sun Mar 09 19:55:22 2008 +0000 |
tree | 1c8705d47516862a3e186a85ec75e682e9be7513 | |
parent | d40cdd29d09900bf2749cb8f7cc5a69a1e612ac0 [diff] [blame] |
Fix RUN line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48116 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Alpha/mul5.ll b/test/CodeGen/Alpha/mul5.ll index 9042015..052ec0a 100644 --- a/test/CodeGen/Alpha/mul5.ll +++ b/test/CodeGen/Alpha/mul5.ll
@@ -1,5 +1,5 @@ ; Make sure this testcase does not use mulq -; RUN: llvm-as < %s | llvm-as | llc -march=alpha | \ +; RUN: llvm-as < %s | llc -march=alpha | \ ; RUN: not grep -i mul ; XFAIL: *