nir/print: Print the closing paren on load_const instructions

Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
This commit is contained in:
Jason Ekstrand 2015-04-09 21:09:48 -07:00
parent 02f03fc0f1
commit e79120afdc
1 changed files with 2 additions and 0 deletions

View File

@ -533,6 +533,8 @@ print_load_const_instr(nir_load_const_instr *instr, unsigned tabs, FILE *fp)
fprintf(fp, "0x%08x /* %f */", instr->value.u[i], instr->value.f[i]);
}
fprintf(fp, ")");
}
static void