diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-07-26 07:03:04 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-07-26 07:03:04 +0000 |
commit | 9f1210c3280104417a4ad30f0a00825ac8fa718a (patch) | |
tree | 83f234ecc9559fa8695ae5664c56e3dc59e6614b /lib/Basic/TargetInfo.cpp | |
parent | 108f756bebd991eaa980cfb9994353612a2e5ff6 (diff) |
After further discussion it has been determined that alignof should report
the preferred alignment. Thus, revert r135934, r135935, and r135940.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136062 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/TargetInfo.cpp')
-rw-r--r-- | lib/Basic/TargetInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Basic/TargetInfo.cpp b/lib/Basic/TargetInfo.cpp index c7a87b20eb..7ea51467c1 100644 --- a/lib/Basic/TargetInfo.cpp +++ b/lib/Basic/TargetInfo.cpp @@ -65,9 +65,6 @@ TargetInfo::TargetInfo(const std::string &T) : Triple(T) { // Default to no types using fpret. RealTypeUsesObjCFPRet = 0; - // Default to using preferred type alignment. - UsePreferredTypeAlign = true; - // Default to using the Itanium ABI. CXXABI = CXXABI_Itanium; |