OSDN Git Service

Revert "X86: Align the stack on word boundaries in LowerFormalArguments()"
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 21 Aug 2014 23:36:08 +0000 (23:36 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 21 Aug 2014 23:36:08 +0000 (23:36 +0000)
commit5e83e81ab2aa47894843fed66edfd08e1d8e15af
tree56ee22778a8d09a00c52de7817244604272f8b11
parenta79efd7469b229f352387bd6c597cabc9c6f83fd
Revert "X86: Align the stack on word boundaries in LowerFormalArguments()"

This (mostly) reverts commit r216119.

Somewhere during the review Reid committed r214980 which fixed this
another way, and I neglected to check that the testcase still failed
before committing.

I've left test/CodeGen/X86/aligned-variadic.ll around in case it adds
extra coverage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216246 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/CallingConvLower.h
lib/Target/X86/X86ISelLowering.cpp