Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
garritfra committed Dec 10, 2024
1 parent 638d64b commit 7e5a0d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/command/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ pub fn run(target: Target, in_file: PathBuf) -> Result<(), String> {
let buff = *buf;
ssa_file.write_all(&buff).unwrap();

// TODO: Simplify!

// SSA to ASM
Command::new("qbe")
.arg(&ssa_path)
Expand Down

0 comments on commit 7e5a0d7

Please sign in to comment.