From 2b851473372164f4487340434d12fbc722ba3e71 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Wed, 17 Jun 2020 21:16:45 +0300 Subject: [PATCH] [NFC][InstCombine] Negator: do not include unneeded "llvm/IR/DerivedTypes.h" header --- llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp b/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp index a08d5dd..d0c5b3e 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" -- 2.7.4