summaryrefslogtreecommitdiff
path: root/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
commit6ac0e76ff4b8e46e45720e3422d43d33d73f4aae (patch)
tree1489c651ec1964296d08a26625d052da5438256e /lib/CodeGen/AntiDepBreaker.h
parentaec15e84560821022d7771be34b415a4bc70b7cf (diff)
downloadllvm-6ac0e76ff4b8e46e45720e3422d43d33d73f4aae.tar.gz
llvm-6ac0e76ff4b8e46e45720e3422d43d33d73f4aae.tar.bz2
llvm-6ac0e76ff4b8e46e45720e3422d43d33d73f4aae.tar.xz
Sink a #include <map> to where it's actually needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AntiDepBreaker.h')
-rw-r--r--lib/CodeGen/AntiDepBreaker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/AntiDepBreaker.h b/lib/CodeGen/AntiDepBreaker.h
index 277508767e..b614f687a4 100644
--- a/lib/CodeGen/AntiDepBreaker.h
+++ b/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 {