diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-01-25 15:32:10 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-01-25 15:32:10 +0000 |
commit | 0173b74c5530eef8c6759ff70109dfd72ed9e000 (patch) | |
tree | 56b3ab46eb119a6c75f905b604397ade4fac3514 | |
parent | 1947f242d40227d36440a2702a0a612c8077d72e (diff) |
Update test for darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94421 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/align.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/align.ll b/test/CodeGen/ARM/align.ll index f795cf61bf..492d7af4e7 100644 --- a/test/CodeGen/ARM/align.ll +++ b/test/CodeGen/ARM/align.ll @@ -39,5 +39,4 @@ @bar = common global [75 x i8] zeroinitializer, align 128 ;ELF: .comm bar,75,128 -; no alignment on darwin? -;DARWIN: .comm _bar,75 +;DARWIN: .comm _bar,75,7 |