From 474ee461da53796667b0f41c979ebf34bc022151 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183958 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; -- 2.34.1