[llvm-commits] [llvm] r51173 - /llvm/trunk/test/CodeGen/X86/aligned-comm.ll

Dale Johannesen dalej at apple.com
Thu May 15 17:52:30 PDT 2008


Author: johannes
Date: Thu May 15 19:52:30 2008
New Revision: 51173

URL: http://llvm.org/viewvc/llvm-project?rev=51173&view=rev
Log:
Use common where we mean common, not weak.


Modified:
    llvm/trunk/test/CodeGen/X86/aligned-comm.ll

Modified: llvm/trunk/test/CodeGen/X86/aligned-comm.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/aligned-comm.ll?rev=51173&r1=51172&r2=51173&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/aligned-comm.ll (original)
+++ llvm/trunk/test/CodeGen/X86/aligned-comm.ll Thu May 15 19:52:30 2008
@@ -5,4 +5,4 @@
 
 ; Darwin 9+ should get alignment on common symbols.  Darwin8 does 
 ; not support this.
- at array = weak global [4128 x i32] zeroinitializer, align 128
+ at array = common global [4128 x i32] zeroinitializer, align 128





More information about the llvm-commits mailing list