diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-06-04 09:16:33 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-06-04 09:16:33 +0000 |
| commit | eecdf659e80dd7e4e451a293c7b6b74ce7569119 (patch) | |
| tree | 132bd0164512b0d5c29cdef0cef022eca93a7f4e /llvm/lib/CodeGen/VirtRegMap.cpp | |
| parent | c5b3a3bea56b706d61708c239b413a8def64c24f (diff) | |
| download | bcm5719-llvm-eecdf659e80dd7e4e451a293c7b6b74ce7569119.tar.gz bcm5719-llvm-eecdf659e80dd7e4e451a293c7b6b74ce7569119.zip | |
Move #include to right place.
llvm-svn: 51932
Diffstat (limited to 'llvm/lib/CodeGen/VirtRegMap.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/VirtRegMap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/VirtRegMap.cpp b/llvm/lib/CodeGen/VirtRegMap.cpp index 8bc8b82f1c8..335ceae2dbf 100644 --- a/llvm/lib/CodeGen/VirtRegMap.cpp +++ b/llvm/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" |

