aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2007-07-17 10:25:31 +0000
committerGabor Greif <ggreif@gmail.com>2007-07-17 10:25:31 +0000
commit6bd7ada32d120c7c10dee5f5ca6f18d128cf8520 (patch)
tree0798382382f00aa0477459ffef26a4d48a6e6e1b /test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
parent89d1659cf2db49162742ea3a261832b70e2897f9 (diff)
downloadexternal_llvm-6bd7ada32d120c7c10dee5f5ca6f18d128cf8520.zip
external_llvm-6bd7ada32d120c7c10dee5f5ca6f18d128cf8520.tar.gz
external_llvm-6bd7ada32d120c7c10dee5f5ca6f18d128cf8520.tar.bz2
XFAIL these on sparc-solaris
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39969 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll')
-rw-r--r--test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll b/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
index 0ea13a2..d95bc56 100644
--- a/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
+++ b/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
@@ -1,4 +1,6 @@
; RUN: llvm-as < %s | llc
+; XFAIL: sparc-sun-solaris2.*
+; PR1557
; Test that we can have an "X" output constraint.