[llvm] 46e5906 - DwarfExpression.cpp - remove unnecessary includes. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 07:10:48 PDT 2020


Author: Simon Pilgrim
Date: 2020-09-17T15:06:02+01:00
New Revision: 46e59062a0e25be6e29d3fb342402f69b0e470b1

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

LOG: DwarfExpression.cpp - remove unnecessary includes. NFCI.

Already included in DwarfExpression.h

Added: 
    

Modified: 
    llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
index b0fa8645de24..a2bd35d232da 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
@@ -18,11 +18,8 @@
 #include "llvm/CodeGen/Register.h"
 #include "llvm/CodeGen/TargetRegisterInfo.h"
 #include "llvm/IR/DataLayout.h"
-#include "llvm/IR/DebugInfoMetadata.h"
 #include "llvm/Support/ErrorHandling.h"
 #include <algorithm>
-#include <cassert>
-#include <cstdint>
 
 using namespace llvm;
 


        


More information about the llvm-commits mailing list