summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FastISel.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/X86/X86FastISel.h')
-rw-r--r--llvm/lib/Target/X86/X86FastISel.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/X86FastISel.h b/llvm/lib/Target/X86/X86FastISel.h
index 0f2b26a4d2f..56dfc4f4b9e 100644
--- a/llvm/lib/Target/X86/X86FastISel.h
+++ b/llvm/lib/Target/X86/X86FastISel.h
@@ -18,14 +18,11 @@
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
OpenPOWER on IntegriCloud