ir_print_visitor: Fix unclosed parenthesis in (call...

This commit is contained in:
Kenneth Graunke
2010-04-09 17:32:14 -07:00
committed by Ian Romanick
parent c84f636c97
commit aecdefa8c0
+1
View File
@@ -267,6 +267,7 @@ ir_print_visitor::visit(ir_call *ir)
inst->accept(this);
}
printf(")\n");
}