diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-28 05:37:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-28 05:37:13 +0000 |
commit | 95d859332be53f60dd48221acf83fca5c694b557 (patch) | |
tree | a6982048f5ec52d86d9dbe8c9e9bb340ea04dba2 /test/CodeGen | |
parent | 2adcf10a8075c7deea95f932edda86b562f0dd69 (diff) | |
download | external_llvm-95d859332be53f60dd48221acf83fca5c694b557.zip external_llvm-95d859332be53f60dd48221acf83fca5c694b557.tar.gz external_llvm-95d859332be53f60dd48221acf83fca5c694b557.tar.bz2 |
xfail a test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44395 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/Alpha/mul5.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Alpha/mul5.ll b/test/CodeGen/Alpha/mul5.ll index 8159ff0..956fbf9 100644 --- a/test/CodeGen/Alpha/mul5.ll +++ b/test/CodeGen/Alpha/mul5.ll @@ -1,6 +1,7 @@ ; Make sure this testcase does not use mulq ; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | \ ; RUN: not grep -i mul +; XFAIL: * implementation ; Functions: |