MachineFunction now includes MachineBasicBlock so there is no need to
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 02:01:35 +0000 (02:01 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 02:01:35 +0000 (02:01 +0000)
reinclude it

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4322 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineFunction.cpp

index 23b8040c440806b78d82a4b8b578382ce1b32577..b9c017a4591b267e2e8e06d2fbf3d917980b12d0 100644 (file)
@@ -8,7 +8,6 @@
 
 #include "llvm/CodeGen/MachineInstr.h"  // For debug output
 #include "llvm/CodeGen/MachineFunction.h"
-#include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/MachineFrameInfo.h"