stage2: rework AIR memory layout
This commit changes the AIR file and the documentation of the memory layout. The actual work of modifying the surrounding code (in Sema and codegen) is not yet done.
This commit is contained in:
@@ -9,7 +9,7 @@ const math = std.math;
|
||||
|
||||
const Module = @import("../Module.zig");
|
||||
const TypedValue = @import("../TypedValue.zig");
|
||||
const ir = @import("../air.zig");
|
||||
const Air = @import("../Air.zig");
|
||||
const Inst = ir.Inst;
|
||||
|
||||
const Value = @import("../value.zig").Value;
|
||||
|
||||
Reference in New Issue
Block a user