LIR skeleton, renaming some types to prevent conflict.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
namespace alloy {
|
||||
namespace hir {
|
||||
class FunctionBuilder;
|
||||
class HIRBuilder;
|
||||
}
|
||||
namespace runtime {
|
||||
class DebugInfo;
|
||||
@@ -41,7 +41,7 @@ public:
|
||||
virtual void Reset();
|
||||
|
||||
virtual int Assemble(
|
||||
runtime::FunctionInfo* symbol_info, hir::FunctionBuilder* builder,
|
||||
runtime::FunctionInfo* symbol_info, hir::HIRBuilder* builder,
|
||||
runtime::DebugInfo* debug_info, runtime::Function** out_function) = 0;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user