[llvm] 315e1da - GISelWorkList.h - remove unnecessary includes. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 04:00:55 PDT 2020


Author: Simon Pilgrim
Date: 2020-08-05T12:00:28+01:00
New Revision: 315e1daf7f452979e298bae368bb71b92314751f

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

LOG: GISelWorkList.h - remove unnecessary includes. NFCI.

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h b/llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
index b0bb519283b1..9e7ade3ee329 100644
--- a/llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
+++ b/llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
@@ -11,9 +11,6 @@
 
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/SmallVector.h"
-#include "llvm/CodeGen/MachineBasicBlock.h"
-#include "llvm/CodeGen/MachineInstr.h"
-#include "llvm/Support/Debug.h"
 
 namespace llvm {
 


        


More information about the llvm-commits mailing list