diff options
author | David Majnemer <david.majnemer@gmail.com> | 2015-04-19 07:53:29 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2015-04-19 07:53:29 +0000 |
commit | 936b411bc8ac6b7da4e21c75023da4cd468ae653 (patch) | |
tree | 930ebc978eb6ad7ed8f7a7e0d74263fee3925f6f /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | 6f8fd8e98f3a8bdb1569921773ac7abce019a886 (diff) | |
download | llvm-936b411bc8ac6b7da4e21c75023da4cd468ae653.zip llvm-936b411bc8ac6b7da4e21c75023da4cd468ae653.tar.gz llvm-936b411bc8ac6b7da4e21c75023da4cd468ae653.tar.bz2 |
[MS ABI] Correctly associate align attrs before the class-key
__declspec(align(...)) is unlike all other attributes in that it is not
applied to a variable if it appears before the class-key. If the
tag in question isn't part of a variable declaration, it is not ignored.
Instead, the alignment attribute is applied to the tag.
This fixes PR18024.
llvm-svn: 235272
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions