summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/PassRegistry.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-09-13 18:47:42 +0000
committerOwen Anderson <resistor@mac.com>2010-09-13 18:47:42 +0000
commit0bf2a926f22b3cc6d42a695b346f5f3d8c39706c (patch)
tree5c636ef1039c4068935a435595f79eab72b9cfbc /llvm/lib/VMCore/PassRegistry.cpp
parent79127ab3f541192dfdeff189e0e1c2609bffbdd8 (diff)
downloadbcm5719-llvm-0bf2a926f22b3cc6d42a695b346f5f3d8c39706c.tar.gz
bcm5719-llvm-0bf2a926f22b3cc6d42a695b346f5f3d8c39706c.zip
Minimize #includes in a top-level header.
llvm-svn: 113772
Diffstat (limited to 'llvm/lib/VMCore/PassRegistry.cpp')
-rw-r--r--llvm/lib/VMCore/PassRegistry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/PassRegistry.cpp b/llvm/lib/VMCore/PassRegistry.cpp
index 9196d421144..c6dc9210cb2 100644
--- a/llvm/lib/VMCore/PassRegistry.cpp
+++ b/llvm/lib/VMCore/PassRegistry.cpp
@@ -18,6 +18,7 @@
#include "llvm/Support/ManagedStatic.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallPtrSet.h"
+#include "llvm/ADT/StringMap.h"
#include <vector>
using namespace llvm;
OpenPOWER on IntegriCloud