summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-01-18 19:18:51 +0000
committerTanya Lattner <tonic@nondot.org>2008-01-18 19:18:51 +0000
commit96d207d83caedd3cab14263073e089d0541b8c24 (patch)
treedd6a3146b586fc10251b7862def53b4b20df5386
parent57c9d380f627430d2f33b71737104f238266fb7e (diff)
downloadllvm-96d207d83caedd3cab14263073e089d0541b8c24.tar.gz
UnXFAIL this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_22@46169 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/aligned-comm.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/X86/aligned-comm.ll b/test/CodeGen/X86/aligned-comm.ll
index ef1e111836dd..10c68d827504 100644
--- a/test/CodeGen/X86/aligned-comm.ll
+++ b/test/CodeGen/X86/aligned-comm.ll
@@ -2,9 +2,6 @@
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin10 | grep {array,16512,7}
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 | grep {array,16512,7}
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin8 | not grep {7}
-; XFAIL: *
-
-; Currently there is no construct which generates .comm, so test is xfail'ed.
; Darwin 9+ should get alignment on common symbols. Darwin8 does
; not support this.