diff options
| author | Yaron Keren <yaron.keren@gmail.com> | 2015-04-22 05:06:57 +0000 |
|---|---|---|
| committer | Yaron Keren <yaron.keren@gmail.com> | 2015-04-22 05:06:57 +0000 |
| commit | c60a27cb7d28c8275794359d529a32b66106a196 (patch) | |
| tree | 5384928d11a160d7dd0f5aab8e3d740d2eb978aa /llvm | |
| parent | 17ab82c6864604f3bbd845f82acf8e758bb4cd7d (diff) | |
| download | bcm5719-llvm-c60a27cb7d28c8275794359d529a32b66106a196.tar.gz bcm5719-llvm-c60a27cb7d28c8275794359d529a32b66106a196.zip | |
Revert r235219, it's not needed after r235450.
llvm-svn: 235480
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Support/AlignOf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/include/llvm/Support/AlignOf.h b/llvm/include/llvm/Support/AlignOf.h index 4e0a899fbbe..061d5acf232 100644 --- a/llvm/include/llvm/Support/AlignOf.h +++ b/llvm/include/llvm/Support/AlignOf.h @@ -22,11 +22,6 @@ namespace llvm { template <typename T> struct AlignmentCalcImpl { 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; private: AlignmentCalcImpl() {} // Never instantiate. |

