Add FastISel support for PHINodes. Machine PHI nodes
authorDan Gohman <gohman@apple.com>
Fri, 22 Aug 2008 17:37:48 +0000 (17:37 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 22 Aug 2008 17:37:48 +0000 (17:37 +0000)
commit3b7753be2e899cf3a79835a8ff810e869035c87b
tree00df8ced7214c833c74f09e400edcbba4bcbf164
parentf87d6c02f5ef43c2ed54d14e4cd137758401a947
Add FastISel support for PHINodes. Machine PHI nodes
are not yet updated properly, but that's a separate
task.

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