summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-10-10 20:28:32 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-10-10 20:28:32 +0000
commitf03c5afc814b52eb0681821e63b12573a762c077 (patch)
tree6fd7d11ad84a0582cf9c7e05fb020567a6cd730a /test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
parent0eefda1335f5e86f95dbb58352321a43237e1089 (diff)
downloadllvm-f03c5afc814b52eb0681821e63b12573a762c077.tar.gz
llvm-f03c5afc814b52eb0681821e63b12573a762c077.tar.bz2
llvm-f03c5afc814b52eb0681821e63b12573a762c077.tar.xz
This does not fail anymore
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57360 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, 0 insertions, 2 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 6f8fbaee70..0ea13a2ad2 100644
--- a/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
+++ b/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
@@ -1,6 +1,4 @@
; RUN: llvm-as < %s | llc
-; XFAIL: sparc-sun-solaris2
-; PR1557
; Test that we can have an "X" output constraint.