aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/InstrSched/SchedGraph.h1
-rw-r--r--lib/CodeGen/RegAlloc/LiveRangeInfo.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraph.h b/lib/CodeGen/InstrSched/SchedGraph.h
index 11edf0d879..a1e85c5acb 100644
--- a/lib/CodeGen/InstrSched/SchedGraph.h
+++ b/lib/CodeGen/InstrSched/SchedGraph.h
@@ -15,7 +15,6 @@
#define LLVM_CODEGEN_SCHEDGRAPH_H
#include "llvm/CodeGen/MachineInstr.h"
-#include "Support/HashExtras.h"
#include "Support/GraphTraits.h"
class Value;
diff --git a/lib/CodeGen/RegAlloc/LiveRangeInfo.h b/lib/CodeGen/RegAlloc/LiveRangeInfo.h
index 3d9a43a9e3..0425606b1c 100644
--- a/lib/CodeGen/RegAlloc/LiveRangeInfo.h
+++ b/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;