Make TargetSelectInstruction protected and called from FastISel.cpp
authorDan Gohman <gohman@apple.com>
Sat, 5 Dec 2009 01:27:58 +0000 (01:27 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 5 Dec 2009 01:27:58 +0000 (01:27 +0000)
commit6e3ff375474c4fd78feb0b8463eb273a23cb4404
tree3f24664a2a2050191f4a81917eec892b19cea495
parent864e2efce2cb5d02e376933933d96074723fe77c
Make TargetSelectInstruction protected and called from FastISel.cpp
instead of SelectionDAGISel.cpp.

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