diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-28 02:01:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-28 02:01:35 +0000 |
commit | e7d27fa00b3cd5b33f66a8180cea7edcc79f255a (patch) | |
tree | 7e8eb1bd61d6c793db6d9ecfe6ca421f24f91688 /lib/CodeGen/MachineFunction.cpp | |
parent | 0551f542ab4c99420c6fbe471987f41d640ef170 (diff) |
MachineFunction now includes MachineBasicBlock so there is no need to
reinclude it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineFunction.cpp')
-rw-r--r-- | lib/CodeGen/MachineFunction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineFunction.cpp b/lib/CodeGen/MachineFunction.cpp index 23b8040c44..b9c017a459 100644 --- a/lib/CodeGen/MachineFunction.cpp +++ b/lib/CodeGen/MachineFunction.cpp @@ -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" |