Skip to content

Commit

Permalink
DbgEntityHistoryCalculator.h - reduce DebugInfoMetadata.h include to …
Browse files Browse the repository at this point in the history
…forward declarations. NFC.
  • Loading branch information
RKSimon committed Jun 8, 2020
1 parent 53b9fc5 commit aa67af9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
Expand Up @@ -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;
Expand Down

0 comments on commit aa67af9

Please sign in to comment.