forked from OSchip/llvm-project
DbgEntityHistoryCalculator.h - reduce DebugInfoMetadata.h include to forward declarations. NFC.
This commit is contained in:
parent
53b9fc5a4c
commit
aa67af9abd
|
@ -12,12 +12,13 @@
|
|||
#include "llvm/ADT/MapVector.h"
|
||||
#include "llvm/ADT/PointerIntPair.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/IR/DebugInfoMetadata.h"
|
||||
#include <utility>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class DILocalVariable;
|
||||
class DILocation;
|
||||
class DINode;
|
||||
class MachineFunction;
|
||||
class MachineInstr;
|
||||
class TargetRegisterInfo;
|
||||
|
|
Loading…
Reference in New Issue