refactor GetRegistersForValue to take OpInfo as an argument instead of various
authorChris Lattner <sabre@nondot.org>
Mon, 30 Apr 2007 17:29:31 +0000 (17:29 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Apr 2007 17:29:31 +0000 (17:29 +0000)
commitbf996f1d5e441c7504ff155d818190f593d54672
treef6a7c8bcd90235fa65b9ef2e31342384033cf32a
parent3ff90dc1c8aaa5d9be94cdca8c4a7e71f45da8fd
refactor GetRegistersForValue to take OpInfo as an argument instead of various
pieces of it.  No functionality change.

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