[llvm] 2b85147 - [NFC][InstCombine] Negator: do not include unneeded "llvm/IR/DerivedTypes.h" header

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


Author: Roman Lebedev
Date: 2020-06-17T22:47:19+03:00
New Revision: 2b851473372164f4487340434d12fbc722ba3e71

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

LOG: [NFC][InstCombine] Negator: do not include unneeded "llvm/IR/DerivedTypes.h" header

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 a08d5dde812b..d0c5b3ef1d6b 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
@@ -27,7 +27,6 @@
 #include "llvm/IR/Constant.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/DebugLoc.h"
-#include "llvm/IR/DerivedTypes.h"
 #include "llvm/IR/IRBuilder.h"
 #include "llvm/IR/Instruction.h"
 #include "llvm/IR/Instructions.h"


        


More information about the llvm-commits mailing list