Improve and fix error in allocating stack slots: adjust alignment after adding
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 16 Sep 2002 15:18:16 +0000 (15:18 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 16 Sep 2002 15:18:16 +0000 (15:18 +0000)
commit1318bed20c52792913405c0d41766f69829cf944
tree8bcdda8190bab5dbaf10fd211d1e6a7c067da602
parentfd0ec8019769087f7618cbbd6e571e110290d24f
Improve and fix error in allocating stack slots: adjust alignment after adding
base address of the relevant region (instead of assuming that each region
is maximally aligned).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3736 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineFunction.cpp