mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-18 08:28:51 +00:00
Bump Rust and add skeleton code for irgen.
This commit is contained in:
@@ -9,6 +9,6 @@ pub struct DeadcodeInner {}
|
||||
|
||||
impl Optimize<FunctionDefinition> for DeadcodeInner {
|
||||
fn optimize(&mut self, _code: &mut FunctionDefinition) -> bool {
|
||||
todo!("homework 6")
|
||||
todo!("Homework: Deadcode Elimination")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user