Convert RegisterAllocator interface to opaque pass type, so that users do not
authorChris Lattner <sabre@nondot.org>
Mon, 4 Feb 2002 15:54:09 +0000 (15:54 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Feb 2002 15:54:09 +0000 (15:54 +0000)
commit2f9b28e59a1e10152cd32f2c717e89d47a2fd7e3
treea1c4a7e402c3a8f8db336bc5a65a6db2a43b1752
parent59ba109d9dfe37f27fd1d0c993a323c43fe0e49c
Convert RegisterAllocator interface to opaque pass type, so that users do not
need to know _anything_ about RegAlloc to use it.  Well in the end maybe.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1681 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/RegisterAllocation.h
lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/SparcV9TargetMachine.cpp