[llvm] 4d27c15 - remove a duplicated include

Luboš Luňák via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 09:55:44 PDT 2022


Author: Luboš Luňák
Date: 2022-06-14T18:55:26+02:00
New Revision: 4d27c154a5c62d66732b60ebe58ed9bf7abfb0c3

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

LOG: remove a duplicated include

Added: 
    

Modified: 
    llvm/include/llvm/Transforms/InstCombine/InstCombine.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Transforms/InstCombine/InstCombine.h b/llvm/include/llvm/Transforms/InstCombine/InstCombine.h
index 6b0964954a12b..35a3a8c3218bf 100644
--- a/llvm/include/llvm/Transforms/InstCombine/InstCombine.h
+++ b/llvm/include/llvm/Transforms/InstCombine/InstCombine.h
@@ -17,7 +17,6 @@
 #define LLVM_TRANSFORMS_INSTCOMBINE_INSTCOMBINE_H
 
 #include "llvm/IR/Function.h"
-#include "llvm/Pass.h"
 #include "llvm/IR/PassManager.h"
 #include "llvm/Pass.h"
 


        


More information about the llvm-commits mailing list