[llvm] e9a777c - Attributor.h - remove unused includes. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 11 03:48:04 PDT 2020
Author: Simon Pilgrim
Date: 2020-09-11T11:44:29+01:00
New Revision: e9a777c4ec7c86043cf82b29cc78da52585bec25
URL: https://github.com/llvm/llvm-project/commit/e9a777c4ec7c86043cf82b29cc78da52585bec25
DIFF: https://github.com/llvm/llvm-project/commit/e9a777c4ec7c86043cf82b29cc78da52585bec25.diff
LOG: Attributor.h - remove unused includes. NFCI.
Added:
Modified:
llvm/include/llvm/Transforms/IPO/Attributor.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Transforms/IPO/Attributor.h b/llvm/include/llvm/Transforms/IPO/Attributor.h
index 5c0a90339150..e73dc637117b 100644
--- a/llvm/include/llvm/Transforms/IPO/Attributor.h
+++ b/llvm/include/llvm/Transforms/IPO/Attributor.h
@@ -116,9 +116,6 @@
#include "llvm/IR/PassManager.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Casting.h"
-#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/DOTGraphTraits.h"
-#include "llvm/Support/GraphWriter.h"
#include "llvm/Support/TimeProfiler.h"
#include "llvm/Transforms/Utils/CallGraphUpdater.h"
More information about the llvm-commits
mailing list