mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-12-20 03:17:48 +00:00
Revert r235219, it's not needed after r235450.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235480 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -22,11 +22,6 @@ namespace llvm {
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
struct AlignmentCalcImpl {
|
struct AlignmentCalcImpl {
|
||||||
char x;
|
char x;
|
||||||
#if defined(_MSC_VER)
|
|
||||||
// Disables "structure was padded due to __declspec(align())" warnings that are
|
|
||||||
// generated by any class using AlignOf<T> with a manually specified alignment.
|
|
||||||
#pragma warning(suppress : 4324)
|
|
||||||
#endif
|
|
||||||
T t;
|
T t;
|
||||||
private:
|
private:
|
||||||
AlignmentCalcImpl() {} // Never instantiate.
|
AlignmentCalcImpl() {} // Never instantiate.
|
||||||
|
|||||||
Reference in New Issue
Block a user