- Mar 17, 2012
-
-
Bill Wendling authored
llvm-svn: 152963
-
- Mar 16, 2012
-
-
Bill Wendling authored
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
-