summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/2012-03-16-StoreAlign.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make the storing variable's name generic.Bill Wendling2012-03-161-1/+1
| | | | llvm-svn: 152963
* When "low alignment" is specified, then set the alignment of the aggregate'sBill Wendling2012-03-161-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
OpenPOWER on IntegriCloud