Checkin changes to:
authorChris Lattner <sabre@nondot.org>
Fri, 14 Sep 2001 04:32:55 +0000 (04:32 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Sep 2001 04:32:55 +0000 (04:32 +0000)
commitf6e0e2813526b4ebea473427ea5ffd88bb1559ac
tree56d0246effc4225ae9f25a1fa799f52866c88bdb
parent69db8da0235bf6fe862de9b2b8852b73d664051b
Checkin changes to:
1. Clean up the TargetMachine structure.  No more wierd pointers that have to
   be cast around and taken care of by the target.
2. Instruction Scheduling now takes the schedinfo as an argument.  The same
   should be done with the instinfo, it just isn't now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@565 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/SparcV9Internals.h
lib/Target/SparcV9/SparcV9TargetMachine.cpp
tools/llc/llc.cpp