[llvm] cd5c5c4 - CFGUpdate.h - remove unused APInt include. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 10:40:55 PDT 2020


Author: Simon Pilgrim
Date: 2020-09-08T18:25:25+01:00
New Revision: cd5c5c484830e65854cc12cb64a0feb0a9060734

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

LOG: CFGUpdate.h - remove unused APInt include. NFCI.

Added: 
    

Modified: 
    llvm/include/llvm/Support/CFGUpdate.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/CFGUpdate.h b/llvm/include/llvm/Support/CFGUpdate.h
index af4cd6ed1f1d..3a12b9d86c18 100644
--- a/llvm/include/llvm/Support/CFGUpdate.h
+++ b/llvm/include/llvm/Support/CFGUpdate.h
@@ -14,7 +14,6 @@
 #ifndef LLVM_SUPPORT_CFGUPDATE_H
 #define LLVM_SUPPORT_CFGUPDATE_H
 
-#include "llvm/ADT/APInt.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/PointerIntPair.h"
 #include "llvm/Support/Compiler.h"


        


More information about the llvm-commits mailing list