Fix a bug found by inspection; in the __GNUC__ code, the alignment
authorDan Gohman <gohman@apple.com>
Thu, 18 Mar 2010 18:40:47 +0000 (18:40 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 18 Mar 2010 18:40:47 +0000 (18:40 +0000)
commit74cdc75313974456d1f040ca2dca33f16a18f9b3
tree862f243839198004ebbdd0d901a25c12fdecfd64
parent8bba4dd9bcaf8ba63be24dbcbbed6ff35504e9e5
Fix a bug found by inspection; in the __GNUC__ code, the alignment
doesn't apply to the type, only to the variable, so subsequent uses
of U which expect it to be aligned weren't actually aligned.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98843 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallVector.h