Fix up erroneous alignas usage while making this portable to GCC 4.7
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 14 Sep 2012 22:26:11 +0000 (22:26 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 14 Sep 2012 22:26:11 +0000 (22:26 +0000)
commit48b6a79b2d367ea2e8cf014d8af9d573889d2f7f
tree094134b1d3c22befb952ecd059e9c44dcc3d2e70
parentad2890760f9661fb6a3dfa3ca863a87f6aea4139
Fix up erroneous alignas usage while making this portable to GCC 4.7

Review by Chandler Carruth.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163944 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/AlignOf.h
unittests/Support/AlignOfTest.cpp