Attributor.h - remove unused includes. NFCI.

This commit is contained in:
Simon Pilgrim 2020-09-11 11:44:03 +01:00
parent 95c7b66abe
commit e9a777c4ec
1 changed files with 0 additions and 3 deletions

View File

@ -116,9 +116,6 @@
#include "llvm/IR/PassManager.h" #include "llvm/IR/PassManager.h"
#include "llvm/Support/Allocator.h" #include "llvm/Support/Allocator.h"
#include "llvm/Support/Casting.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/Support/TimeProfiler.h"
#include "llvm/Transforms/Utils/CallGraphUpdater.h" #include "llvm/Transforms/Utils/CallGraphUpdater.h"