Address pr review

pull/5/head
Avery 2 weeks ago
parent e81515ed5d
commit 44554f5308
Signed by untrusted user: Avery
GPG Key ID: 4E53F4CB69B2CC8D

@ -280,6 +280,7 @@ pub fn spirv_meta(module: &mut Module) -> Vec<(Option<String>, Vec<String>)> {
// }
// writeln!(spirv_asm).unwrap();
// }
// spirv_asm
ops
}
@ -540,7 +541,7 @@ pub fn compile_ast_ssa(
}
}
None => {
let sym = ast.symbol().unwrap();
let sym = ast.symbol().expect("This must be a symbol");
match match_number(&sym) {
Number::Int(i) => {
let key = format!("i32_{}", i);

Loading…
Cancel
Save