[llvm] 56541d1 - GVN.cpp - remove unused <vector> include. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 13 06:06:47 PDT 2021
Author: Simon Pilgrim
Date: 2021-06-13T14:06:32+01:00
New Revision: 56541d13779047d353f6665d33f58456f7943e6e
URL: https://github.com/llvm/llvm-project/commit/56541d13779047d353f6665d33f58456f7943e6e
DIFF: https://github.com/llvm/llvm-project/commit/56541d13779047d353f6665d33f58456f7943e6e.diff
LOG: GVN.cpp - remove unused <vector> include. NFCI.
Added:
Modified:
llvm/lib/Transforms/Scalar/GVN.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Scalar/GVN.cpp b/llvm/lib/Transforms/Scalar/GVN.cpp
index 224853083c06..16368aec7c3f 100644
--- a/llvm/lib/Transforms/Scalar/GVN.cpp
+++ b/llvm/lib/Transforms/Scalar/GVN.cpp
@@ -82,7 +82,6 @@
#include <cassert>
#include <cstdint>
#include <utility>
-#include <vector>
using namespace llvm;
using namespace llvm::gvn;
More information about the llvm-commits
mailing list