[llvm] dd28254 - Add missing include

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 10:46:25 PDT 2020


Author: Adrian Prantl
Date: 2020-09-17T10:46:03-07:00
New Revision: dd28254063f27ed6accd8f331d292217663ebaf8

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

LOG: Add missing include

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h b/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
index 409a217a73ab..2f412cb3ddac 100644
--- a/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
+++ b/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
@@ -24,6 +24,7 @@
 #include "llvm/IR/IRBuilder.h"
 #include "llvm/IR/PatternMatch.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/KnownBits.h"
 #include "llvm/Transforms/InstCombine/InstCombineWorklist.h"
 #include <cassert>
 


        


More information about the llvm-commits mailing list