forked from OSchip/llvm-project
MachineFunction now includes MachineBasicBlock so there is no need to
reinclude it llvm-svn: 4322
This commit is contained in:
parent
fdbcbf57bb
commit
658839bafd
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue