[llvm] aa67af9 - DbgEntityHistoryCalculator.h - reduce DebugInfoMetadata.h include to forward declarations. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 06:01:54 PDT 2020


Author: Simon Pilgrim
Date: 2020-06-08T13:59:05+01:00
New Revision: aa67af9abdf30f4a23f60291a722d37ac9eec8cb

URL: https://github.com/llvm/llvm-project/commit/aa67af9abdf30f4a23f60291a722d37ac9eec8cb
DIFF: https://github.com/llvm/llvm-project/commit/aa67af9abdf30f4a23f60291a722d37ac9eec8cb.diff

LOG: DbgEntityHistoryCalculator.h - reduce DebugInfoMetadata.h include to forward declarations. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h b/llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
index 7eec75bc81bf..f7fc74a27fca 100644
--- a/llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
+++ b/llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
@@ -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;


        


More information about the llvm-commits mailing list