mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
Add parens around printed IR so it's an official list of instructions.
This commit is contained in:
parent
1168d95109
commit
a02c5afce8
1 changed files with 2 additions and 0 deletions
|
|
@ -776,12 +776,14 @@ main(int argc, char **argv)
|
|||
printf("\n\n");
|
||||
|
||||
if (!state.error) {
|
||||
printf("(\n");
|
||||
foreach_iter(exec_list_iterator, iter, instructions) {
|
||||
ir_print_visitor v;
|
||||
|
||||
((ir_instruction *)iter.get())->accept(& v);
|
||||
printf("\n");
|
||||
}
|
||||
printf("\n)");
|
||||
}
|
||||
|
||||
delete state.symbols;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue