[llvm] r183958 - Remove forward declaration of MachineBasicBlock. It is #included anyway.

Jakub Staszak kubastaszak at gmail.com
Thu Jun 13 16:53:13 PDT 2013


Author: kuba
Date: Thu Jun 13 18:53:13 2013
New Revision: 183958

URL: http://llvm.org/viewvc/llvm-project?rev=183958&view=rev
Log:
Remove forward declaration of MachineBasicBlock. It is #included anyway.

Modified:
    llvm/trunk/include/llvm/CodeGen/FastISel.h

Modified: llvm/trunk/include/llvm/CodeGen/FastISel.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/FastISel.h?rev=183958&r1=183957&r2=183958&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/FastISel.h (original)
+++ llvm/trunk/include/llvm/CodeGen/FastISel.h Thu Jun 13 18:53:13 2013
@@ -26,7 +26,6 @@ class ConstantFP;
 class FunctionLoweringInfo;
 class Instruction;
 class LoadInst;
-class MachineBasicBlock;
 class MachineConstantPool;
 class MachineFunction;
 class MachineInstr;





More information about the llvm-commits mailing list