OSDN Git Service

Don't track max alignment during stack object allocations since they can be deleted...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 27 Feb 2008 10:04:56 +0000 (10:04 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 27 Feb 2008 10:04:56 +0000 (10:04 +0000)
commitbe680dcea6858c438c6615326ae1c098ff448ae1
treedede24ec0abc6c892079d926ea556dcca6adf5e5
parente90a615f37aaee2ad9259c0ef21586d5e4142147
Don't track max alignment during stack object allocations since they can be deleted later. Let PEI compute it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47668 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFrameInfo.h
lib/CodeGen/PrologEpilogInserter.cpp
test/CodeGen/X86/2008-02-27-PEICrash.ll [new file with mode: 0644]