[llvm] a05ec85 - [NFC][InstCombine] Negator: include all the needed headers, IWYU

Roman Lebedev via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 10:12:48 PDT 2020


Author: Roman Lebedev
Date: 2020-08-05T20:12:36+03:00
New Revision: a05ec856a3e79c03fa2657b05b440401bf4af1a3

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

LOG: [NFC][InstCombine] Negator: include all the needed headers, IWYU

Added: 
    

Modified: 
    llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp b/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
index be69061b3947..34f31e5f3f68 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
@@ -43,6 +43,8 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Transforms/InstCombine/InstCombiner.h"
+#include <cassert>
+#include <cstdint>
 #include <functional>
 #include <tuple>
 #include <type_traits>


        


More information about the llvm-commits mailing list