[llvm] a60e095 - add missing include for -DLLVM_ENABLE_MODULES=On

Luboš Luňák via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 01:32:45 PDT 2022


Author: Luboš Luňák
Date: 2022-03-30T10:31:59+02:00
New Revision: a60e09509c8cee9bf11e6f4d84271bf755884a0e

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

LOG: add missing include for -DLLVM_ENABLE_MODULES=On

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 35a3a8c3218bf..6b0964954a12b 100644
--- a/llvm/include/llvm/Transforms/InstCombine/InstCombine.h
+++ b/llvm/include/llvm/Transforms/InstCombine/InstCombine.h
@@ -17,6 +17,7 @@
 #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