forked from OSchip/llvm-project
PHIEliminationUtils.cpp - remove unnecessary MachineBasicBlock.h include. NFCI.
This is already included in PHIEliminationUtils.h
This commit is contained in:
parent
6731eb644a
commit
46780cc0ee
|
@ -8,9 +8,9 @@
|
|||
|
||||
#include "PHIEliminationUtils.h"
|
||||
#include "llvm/ADT/SmallPtrSet.h"
|
||||
#include "llvm/CodeGen/MachineBasicBlock.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineRegisterInfo.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
// findCopyInsertPoint - Find a safe place in MBB to insert a copy from SrcReg
|
||||
|
|
Loading…
Reference in New Issue