aboutsummaryrefslogtreecommitdiffstats
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
commita65701eae68c4e00b41aea1ffb1f41c9bac749a0 (patch)
tree109a7fcac26f1b63e264308d2710f7e1fab29218 /lib/VMCore/Pass.cpp
parentf30f6b31f742948dcb59bab3af9da1def00a01fc (diff)
downloadexternal_llvm-a65701eae68c4e00b41aea1ffb1f41c9bac749a0.zip
external_llvm-a65701eae68c4e00b41aea1ffb1f41c9bac749a0.tar.gz
external_llvm-a65701eae68c4e00b41aea1ffb1f41c9bac749a0.tar.bz2
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 7a7913b..a7d7f61 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;
//===----------------------------------------------------------------------===//