From 720d04cf914762566a744ac782fdd05a3c54f2af Mon Sep 17 00:00:00 2001 From: Jakub Staszak Date: Thu, 13 Jun 2013 23:53:13 +0000 Subject: [PATCH] Remove forward declaration of MachineBasicBlock. It is #included anyway. llvm-svn: 183958 --- include/llvm/CodeGen/FastISel.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h index 471e9bfc40b..4f5a37ca0ab 100644 --- a/include/llvm/CodeGen/FastISel.h +++ b/include/llvm/CodeGen/FastISel.h @@ -26,7 +26,6 @@ class ConstantFP; class FunctionLoweringInfo; class Instruction; class LoadInst; -class MachineBasicBlock; class MachineConstantPool; class MachineFunction; class MachineInstr;