summaryrefslogtreecommitdiff
path: root/src/cpu/o3/rename_map.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/rename_map.cc')
-rw-r--r--src/cpu/o3/rename_map.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/o3/rename_map.cc b/src/cpu/o3/rename_map.cc
index bde2a6921..1194b550b 100644
--- a/src/cpu/o3/rename_map.cc
+++ b/src/cpu/o3/rename_map.cc
@@ -45,7 +45,7 @@
#include <vector>
-#include "cpu/reg_class_impl.hh"
+#include "cpu/reg_class.hh"
#include "debug/Rename.hh"
using namespace std;
@@ -193,4 +193,3 @@ UnifiedRenameMap::switchMode(VecMode newVecMode, UnifiedFreeList* freeList)
vecMode = Enums::Full;
}
}
-