[llvm] 70f290d - VNCoercion.cpp - remove unused includes. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 26 02:08:19 PDT 2020
Author: Simon Pilgrim
Date: 2020-06-26T09:58:20+01:00
New Revision: 70f290d95c331a610dcb1fcd53a0300acbee2851
URL: https://github.com/llvm/llvm-project/commit/70f290d95c331a610dcb1fcd53a0300acbee2851
DIFF: https://github.com/llvm/llvm-project/commit/70f290d95c331a610dcb1fcd53a0300acbee2851.diff
LOG: VNCoercion.cpp - remove unused includes. NFC.
Added:
Modified:
llvm/lib/Transforms/Utils/VNCoercion.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Utils/VNCoercion.cpp b/llvm/lib/Transforms/Utils/VNCoercion.cpp
index 091bf620350d..c9839121e7f6 100644
--- a/llvm/lib/Transforms/Utils/VNCoercion.cpp
+++ b/llvm/lib/Transforms/Utils/VNCoercion.cpp
@@ -1,12 +1,11 @@
#include "llvm/Transforms/Utils/VNCoercion.h"
-#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/Analysis/ConstantFolding.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/IR/IRBuilder.h"
-#include "llvm/IR/IntrinsicInst.h"
#include "llvm/Support/Debug.h"
#define DEBUG_TYPE "vncoerce"
+
namespace llvm {
namespace VNCoercion {
More information about the llvm-commits
mailing list