Start allocating stack space at [ebp-4] to not overwrite the return address.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 13 Dec 2002 04:34:02 +0000 (04:34 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 13 Dec 2002 04:34:02 +0000 (04:34 +0000)
commitcea2245f04556ad718a7f18cb286b3150d5631a7
treef74b4aade1787c0e98f4de5a3947e7e56363a0be
parent07e376bd0de0ae8451c9036310e670f098555c7a
Start allocating stack space at [ebp-4] to not overwrite the return address.
Also make all loads & stores 4-byte aligned for performance. ;)

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