fix infinite recursion in dev rc generation

This commit is contained in:
Brendan Hansknecht 2024-07-15 09:04:50 -07:00
parent 0284248320
commit 507d339691
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
3 changed files with 20 additions and 10 deletions

View file

@ -89,13 +89,10 @@ pub fn helper(
// while you're working on the dev backend!
{
// println!("=========== Procedures ==========");
// if pretty_print_ir_symbols() {
// println!("");
// for proc in procedures.values() {
// println!("{}", proc.to_pretty(200));
// }
// } else {
// println!("{:?}", procedures.values());
// let pretty = pretty_print_ir_symbols();
// println!("");
// for proc in procedures.values() {
// println!("{}", proc.to_pretty(&layout_interner, 200, pretty));
// }
// println!("=================================\n");