Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-13 | Fix an obvious problem with an alignment computation. AsmPrinter actually does | Cameron Zwarich | |
the max itself, so it is not easy to write a test case for this, but I added a test case that would fail if the code in AsmPrinter were removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129432 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2011-04-13 | If a global variable has a specified alignment that is less than the preferred | Cameron Zwarich | |
alignment for its type, use the minimum of the specified alignment and the ABI alignment. This fixes <rdar://problem/9275290>. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129428 91177308-0d34-0410-b5e6-96231b3b80d8 |