Now that we have getCalleeSaveRegClasses() info, use it to pass the register
authorChris Lattner <sabre@nondot.org>
Fri, 30 Sep 2005 16:59:07 +0000 (16:59 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 30 Sep 2005 16:59:07 +0000 (16:59 +0000)
commit80a4f169b4a8cd160f832fd4a1052e5d9b2c1a92
treefcf63ab35f46d066d4bc1fcc2a276d425f92845a
parent2f9dbe8ee6ebe8ec2d72d66dcbd6018918eab018
Now that we have getCalleeSaveRegClasses() info, use it to pass the register
class into the spill/reload methods.  Targets can now rely on that argument.

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