Simplify FastISel's constructor argument list, make the FastISel
[oota-llvm.git] / lib / Target / X86 / X86FastISel.h
index 0f2b26a4d2f534c522d9447501c450783d2965cf..56dfc4f4b9e4a327591e35e4b94ebfc7d7ac095c 100644 (file)
 namespace llvm {
 
 class FastISel;
-class MachineBasicBlock;
 class MachineFunction;
-class TargetInstrInfo;
 
 namespace X86 {
 
-FastISel *createFastISel(MachineBasicBlock *mbb, MachineFunction *mf,
-                         const TargetInstrInfo *tii);
+FastISel *createFastISel(MachineFunction &mf);
 
 } // namespace X86