]> granicus.if.org Git - clang/commitdiff
Fixed natural stack alignment for Linux x86-32. Thanks Eli.
authorLang Hames <lhames@gmail.com>
Tue, 11 Oct 2011 00:52:51 +0000 (00:52 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 11 Oct 2011 00:52:51 +0000 (00:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141617 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index e5c27b205698f8903d2be5b1b6af9b33c44c3155..abb1f867f8608a5f1cba9de3cc84e253dd6ff993 100644 (file)
@@ -1974,7 +1974,7 @@ public:
     LongDoubleAlign = 32;
     DescriptionString = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-"
                         "i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-"
-                        "a0:0:64-f80:32:32-n8:16:32-S32";
+                        "a0:0:64-f80:32:32-n8:16:32-S128";
     SizeType = UnsignedInt;
     PtrDiffType = SignedInt;
     IntPtrType = SignedInt;