Optional args are no longer allocated as they are discovered.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 25 Apr 2002 04:47:26 +0000 (04:47 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 25 Apr 2002 04:47:26 +0000 (04:47 +0000)
commit7b3640bd1247ddf10a2615356904bed398720da1
tree7c6072c63dde64886809e76d269a194882754c26
parentd23a229c4cd4019ecfdd18b855c32146922d1b14
Optional args are no longer allocated as they are discovered.
(This can be improved to avoid making the initial pass over the method.)
Also, ensure automatic vars and reg. spills areas are not extended
if their sizes are used for computing some other offset.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2319 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineCodeForMethod.h
include/llvm/CodeGen/MachineFunction.h