Refactoring SymbolInfo/FunctionInfo/Function into Symbol/Function.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
namespace xe {
|
||||
namespace cpu {
|
||||
class FunctionInfo;
|
||||
class Function;
|
||||
} // namespace cpu
|
||||
} // namespace xe
|
||||
|
||||
@@ -37,7 +37,7 @@ class Instr {
|
||||
uint32_t ordinal;
|
||||
|
||||
typedef union {
|
||||
FunctionInfo* symbol_info;
|
||||
Function* symbol;
|
||||
Label* label;
|
||||
Value* value;
|
||||
uint64_t offset;
|
||||
|
||||
Reference in New Issue
Block a user