1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

MachineFunction now includes MachineBasicBlock so there is no need to

reinclude it

llvm-svn: 4322
This commit is contained in:
Chris Lattner 2002-10-28 02:01:35 +00:00
parent 2b2fbdf33c
commit 6b66fadf2c

View 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"