Simplify FastISel's constructor argument list, make the FastISel
authorDan Gohman <gohman@apple.com>
Wed, 20 Aug 2008 21:05:57 +0000 (21:05 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 20 Aug 2008 21:05:57 +0000 (21:05 +0000)
commitbb466331e7e50d03497ce40ee344870236fd9c32
tree72553ec5a9e53eeb22306e0cf5e971f969a94831
parent2385852b5b9b82e15eb4502d71b5f916882418d7
Simplify FastISel's constructor argument list, make the FastISel
class hold a MachineRegisterInfo member, and make the
MachineBasicBlock be passed in to SelectInstructions rather
than the FastISel constructor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55076 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/X86/X86FastISel.h
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
utils/TableGen/FastISelEmitter.cpp