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

lib/Target/X86/X86TargetMachine.cpp

index 1dcad35c2e48be151a77c0fabbeba9b892bf314a..fe28a0799777c7dee74cda4a842fdeb1aefd8862 100644 (file)
@@ -38,7 +38,7 @@ X86_32TargetMachine::X86_32TargetMachine(const Target &T, StringRef TT,
                (getSubtargetImpl()->isTargetCygMing() ||
                 getSubtargetImpl()->isTargetWindows()) ?
                "e-p:32:32-f64:64:64-i64:64:64-f80:32:32-f128:128:128-n8:16:32-S32" :
-               "e-p:32:32-f64:32:64-i64:32:64-f80:32:32-f128:128:128-n8:16:32-S32"),
+               "e-p:32:32-f64:32:64-i64:32:64-f80:32:32-f128:128:128-n8:16:32-S128"),
     InstrInfo(*this),
     TSInfo(*this),
     TLInfo(*this),