[llvm] 4904e85 - Add missing include diagnosed by the modules build.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 09:08:30 PST 2022


Author: Adrian Prantl
Date: 2022-02-02T09:08:11-08:00
New Revision: 4904e853130825d1c6fa93faf289e1ccf2f01c68

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

LOG: Add missing include diagnosed by the modules build.

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 6dee38c83b367..35a3a8c3218bf 100644
--- a/llvm/include/llvm/Transforms/InstCombine/InstCombine.h
+++ b/llvm/include/llvm/Transforms/InstCombine/InstCombine.h
@@ -18,6 +18,7 @@
 
 #include "llvm/IR/Function.h"
 #include "llvm/IR/PassManager.h"
+#include "llvm/Pass.h"
 
 #define DEBUG_TYPE "instcombine"
 #include "llvm/Transforms/Utils/InstructionWorklist.h"


        


More information about the llvm-commits mailing list