Add youtube link for allocation algorithms.

This commit is contained in:
Jesse Brault 2026-06-20 16:18:59 -05:00
parent b29753bc05
commit 1150b03a29

View File

@ -1,3 +1,5 @@
/// Used this video as source for algorithms in this module:
/// https://www.youtube.com/watch?v=eWp_-XCwN1A
use crate::ir::ir_block::IrBlock;
use crate::ir::ir_variable::IrVariableId;
use crate::ir::variable_locations::VariableLocations;