| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make the storing variable's name generic. | Bill Wendling | 2012-03-16 | 1 | -1/+1 |
| | | | | | llvm-svn: 152963 | ||||
| * | When "low alignment" is specified, then set the alignment of the aggregate's | Bill Wendling | 2012-03-16 | 1 | -0/+36 |
| store to 1. This allows code-gen to select a more appropriate alignment. If left to zero, an alignment greater than the alignment of the pointer may be selected, causing code-gen to use instructions which require an alignment greater than the pointer guarantees. <rdar://problem/11043589> llvm-svn: 152951 | |||||

