Change this code ot pass register classes into the stack slot spiller/reloader
authorChris Lattner <sabre@nondot.org>
Fri, 30 Sep 2005 01:29:00 +0000 (01:29 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 30 Sep 2005 01:29:00 +0000 (01:29 +0000)
commitbf9716b9c48d3b0370c715cd79540945f73dc296
tree1a411f1d36e18d2fa0e33d9c7c6df9ff4481226c
parent294f41d5fc713350f060656e562c34ddf1cbe1c6
Change this code ot pass register classes into the stack slot spiller/reloader
code.  PrologEpilogInserter hasn't been updated yet though, so targets cannot
use this info.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23536 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/RegAllocLocal.cpp
lib/CodeGen/RegAllocSimple.cpp
lib/CodeGen/VirtRegMap.cpp