summaryrefslogtreecommitdiff
path: root/lib/VMCore/Pass.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-12 23:56:03 +0000
committerDan Gohman <gohman@apple.com>2010-08-12 23:56:03 +0000
commitca2835411f87addaf55772de58ab23ffdb23ff1c (patch)
tree109a7fcac26f1b63e264308d2710f7e1fab29218 /lib/VMCore/Pass.cpp
parent95df619a4074315dfba4f66cee9a5f16529c088d (diff)
downloadllvm-ca2835411f87addaf55772de58ab23ffdb23ff1c.tar.gz
llvm-ca2835411f87addaf55772de58ab23ffdb23ff1c.tar.bz2
llvm-ca2835411f87addaf55772de58ab23ffdb23ff1c.tar.xz
Trim #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110983 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Pass.cpp')
-rw-r--r--lib/VMCore/Pass.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/VMCore/Pass.cpp b/lib/VMCore/Pass.cpp
index 7a7913b338..a7d7f61dd7 100644
--- a/lib/VMCore/Pass.cpp
+++ b/lib/VMCore/Pass.cpp
@@ -14,17 +14,11 @@
//===----------------------------------------------------------------------===//
#include "llvm/Pass.h"
-#include "llvm/PassManager.h"
#include "llvm/PassRegistry.h"
-#include "llvm/Module.h"
-#include "llvm/ADT/StringMap.h"
#include "llvm/Assembly/PrintModulePass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/PassNameParser.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/System/Atomic.h"
-#include "llvm/System/Mutex.h"
-#include "llvm/System/Threading.h"
using namespace llvm;
//===----------------------------------------------------------------------===//