1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Remove forward declaration of MachineBasicBlock. It is #included anyway.

llvm-svn: 183958
This commit is contained in:
Jakub Staszak 2013-06-13 23:53:13 +00:00
parent bd36771f2d
commit 720d04cf91

View File

@ -26,7 +26,6 @@ class ConstantFP;
class FunctionLoweringInfo;
class Instruction;
class LoadInst;
class MachineBasicBlock;
class MachineConstantPool;
class MachineFunction;
class MachineInstr;