diff options
author | Dale Johannesen <dalej@apple.com> | 2008-01-18 19:53:31 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2008-01-18 19:53:31 +0000 |
commit | 4768c3c9b6b1a4376bdcded2558eb14b19099614 (patch) | |
tree | 721a016c3fb2bcca1bac60138322c16bccdf7527 /llvm/test/CodeGen/X86/aligned-comm.ll | |
parent | bc6cf9e8107070eea755c4671d41bf35fe126a4e (diff) | |
download | bcm5719-llvm-4768c3c9b6b1a4376bdcded2558eb14b19099614.tar.gz bcm5719-llvm-4768c3c9b6b1a4376bdcded2558eb14b19099614.zip |
Test is correct again for the moment.
llvm-svn: 46172
Diffstat (limited to 'llvm/test/CodeGen/X86/aligned-comm.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/aligned-comm.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/aligned-comm.ll b/llvm/test/CodeGen/X86/aligned-comm.ll index ef1e111836d..10c68d82750 100644 --- a/llvm/test/CodeGen/X86/aligned-comm.ll +++ b/llvm/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. |