commit | b82f77fbe320a497f0b60d241c59b651b3ce15ca | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Wed Aug 07 18:08:19 2013 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Wed Aug 07 18:08:19 2013 +0000 |
tree | 0a243e283e2313c3ea683ae17bdb566815ccb84a | |
parent | 15c8e56e44a5fb6d298ae5bad791f9ea5bb883f6 [diff] |
Correctly allign arrays on 32 bit systems. Before this patch we would align long long int big[1024]; to 4 bytes on 32 bit systems. The problem is that we were only looking at the element type when getLargeArrayMinWidth returned non zero. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187897 91177308-0d34-0410-b5e6-96231b3b80d8