* Add a file header with some information
authorChris Lattner <sabre@nondot.org>
Tue, 9 Apr 2002 05:45:58 +0000 (05:45 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Apr 2002 05:45:58 +0000 (05:45 +0000)
commitaf50d00829b8d9ddbaf819619cd14758c6b96e21
tree38eabf560faaee966a467ee05f0578ab9435be57
parent918c4ecb0c1c85adad760fb9d7faae088171d324
* Add a file header with some information
* Delete the DelaySlotInfo objects created by the SchedulingManager class.
  These leaked objects were accounting for 3/4 of the memory leaked by the
  backend, so this is a relatively major win.
* Reorganize SchedulingManager::getDelaySlotInfoForInstr so that it has
  better code locality (making it easier to read).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2197 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp