From: Jakub Staszak Date: Thu, 13 Jun 2013 23:53:13 +0000 (+0000) Subject: Remove forward declaration of MachineBasicBlock. It is #included anyway. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=474ee461da53796667b0f41c979ebf34bc022151;p=oota-llvm.git Remove forward declaration of MachineBasicBlock. It is #included anyway. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183958 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;