Fixing badness in release mode.

This commit is contained in:
Ben Vanik
2014-01-14 18:28:25 -08:00
parent ea9df58ce8
commit 9a09c2072e
3 changed files with 5 additions and 3 deletions

View File

@@ -402,6 +402,7 @@ Instr* HIRBuilder::AppendInstr(
instr->opcode = &opcode_info;
instr->flags = flags;
instr->dest = dest;
instr->src1.value = instr->src2.value = instr->src3.value = NULL;
instr->src1_use = instr->src2_use = instr->src3_use = NULL;
if (dest) {
dest->def = instr;