summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AntiDepBreaker.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-16 20:40:47 +0000
committerDan Gohman <gohman@apple.com>2009-11-16 20:40:47 +0000
commit93f529d5146d73c612f3d112fd8cef9a3646e6e3 (patch)
tree7856aef3b6cf1153bfca01b02f054936428d6f7f /llvm/lib/CodeGen/AntiDepBreaker.h
parent4617f3e893f7f41c244664e01692a95979d16ea0 (diff)
downloadbcm5719-llvm-93f529d5146d73c612f3d112fd8cef9a3646e6e3.tar.gz
bcm5719-llvm-93f529d5146d73c612f3d112fd8cef9a3646e6e3.zip
Sink a #include <map> to where it's actually needed.
llvm-svn: 88956
Diffstat (limited to 'llvm/lib/CodeGen/AntiDepBreaker.h')
-rw-r--r--llvm/lib/CodeGen/AntiDepBreaker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AntiDepBreaker.h b/llvm/lib/CodeGen/AntiDepBreaker.h
index 277508767e1..b614f687a46 100644
--- a/llvm/lib/CodeGen/AntiDepBreaker.h
+++ b/llvm/lib/CodeGen/AntiDepBreaker.h
@@ -23,6 +23,7 @@
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SmallVector.h"
+#include <map>
namespace llvm {
OpenPOWER on IntegriCloud