diff options
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h')
-rw-r--r-- | llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h index 3d9a43a9e3f..0425606b1c9 100644 --- a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h +++ b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h @@ -19,8 +19,8 @@ #ifndef LIVE_RANGE_INFO_H #define LIVE_RANGE_INFO_H -#include "Support/HashExtras.h" #include "llvm/CodeGen/ValueSet.h" +#include "Support/hash_map" class LiveRange; class MachineInstr; |