Moving cpu/runtime/ to cpu/.

This commit is contained in:
Ben Vanik
2015-03-24 08:25:58 -07:00
parent 29912f44c0
commit 9281d62106
102 changed files with 394 additions and 771 deletions

View File

@@ -15,9 +15,7 @@
namespace xe {
namespace cpu {
namespace runtime {
class FunctionInfo;
} // namespace runtime
} // namespace cpu
} // namespace xe
@@ -39,7 +37,7 @@ class Instr {
uint32_t ordinal;
typedef union {
runtime::FunctionInfo* symbol_info;
FunctionInfo* symbol_info;
Label* label;
Value* value;
uint64_t offset;