summaryrefslogtreecommitdiff
path: root/lib/CodeGen/VirtRegMap.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-06-04 09:16:33 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-06-04 09:16:33 +0000
commitcb74266cdbcd79efb46f8c1c66ca044cb0ac5f96 (patch)
tree3b751263b73d5462d89e88b84401fc04a9e68495 /lib/CodeGen/VirtRegMap.cpp
parentb3dd264f9d356afd6fdc4a3ab17bf2404d062724 (diff)
downloadllvm-cb74266cdbcd79efb46f8c1c66ca044cb0ac5f96.tar.gz
llvm-cb74266cdbcd79efb46f8c1c66ca044cb0ac5f96.tar.bz2
llvm-cb74266cdbcd79efb46f8c1c66ca044cb0ac5f96.tar.xz
Move #include to right place.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51932 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/VirtRegMap.cpp')
-rw-r--r--lib/CodeGen/VirtRegMap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp
index 8bc8b82f1c..335ceae2db 100644
--- a/lib/CodeGen/VirtRegMap.cpp
+++ b/lib/CodeGen/VirtRegMap.cpp
@@ -29,6 +29,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/Compiler.h"
#include "llvm/ADT/BitVector.h"
+#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallSet.h"