Rename CreateRegForValue to CreateReg, and change its argument
authorDan Gohman <gohman@apple.com>
Thu, 1 Jul 2010 03:55:39 +0000 (03:55 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 1 Jul 2010 03:55:39 +0000 (03:55 +0000)
commitffda6bac113d4c079b534b1bfa7aea5498ee3e83
tree0a2e1621c3b5d17432e77820421db82d16790f94
parenta528bc0e8af8e4d70ba03e03319cce7c5775e4ea
Rename CreateRegForValue to CreateReg, and change its argument
from a Value to a Type, because it doesn't actually care about
the Value.

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