nv50/ir: initialize FlowInstruction::builtin

This commit is contained in:
Christoph Bumiller 2011-12-21 17:06:27 +01:00
parent 1e95794173
commit 5df92c81c3

View file

@ -933,7 +933,7 @@ FlowInstruction::FlowInstruction(Function *fn, operation op,
if (op == OP_JOIN)
terminator = targ ? 1 : 0;
allWarp = absolute = limit = 0;
allWarp = absolute = limit = builtin = 0;
}
FlowInstruction *