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 | dbda0bd21563cd48f99aae061628a89e75fa588c (patch) | |
tree | a6982048f5ec52d86d9dbe8c9e9bb340ea04dba2 /test | |
parent | 70278d504b124ed1d51c23b5c6f990a55fc151a5 (diff) | |
download | external_llvm-dbda0bd21563cd48f99aae061628a89e75fa588c.zip external_llvm-dbda0bd21563cd48f99aae061628a89e75fa588c.tar.gz external_llvm-dbda0bd21563cd48f99aae061628a89e75fa588c.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')
-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: |