Disable prolog code that aligns the stack when a
authorDale Johannesen <dalej@apple.com>
Mon, 10 Mar 2008 22:59:46 +0000 (22:59 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 10 Mar 2008 22:59:46 +0000 (22:59 +0000)
commit82e4289fc7fed755442c215e9d3175c1badb831e
tree8dc2cfff82776f68d449bc5f1107429b4f7aa083
parent2b65c4e7cce28d6764647db91c6c219b01062000
Disable prolog code that aligns the stack when a
local object of >16 byte alignment exists.  It does not
work and getting it to work is not trivial, as explained
in the comment.  This fixes all the remaining ppc32
failures in the struct-layout-1 part of the gcc testsuite.

(gcc does not support this either, and the only way to
get such an object is with __attribute__((aligned)) or
generic vectors; it can't be done in a standard-conforming
program, or with Altivec.  So I think disabling it is OK.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48188 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCRegisterInfo.cpp