* A bunch of functionality and data was removed from MachineFunction and put
authorChris Lattner <sabre@nondot.org>
Sat, 28 Dec 2002 20:37:16 +0000 (20:37 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Dec 2002 20:37:16 +0000 (20:37 +0000)
commit955fad1f99dd174023a1b2e6a1795958147b077d
treea2fe02e92837609361442d351ae971ac30de5398
parente90fcb739a5b2778981ae70b63fc566e469e2014
* A bunch of functionality and data was removed from MachineFunction and put
  into a new MachineFunctionInfo class
* Implement new FunctionFrameInfo class

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