From 5df92c81c3a2132bc2974d68a09fd28076a61c5e Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Wed, 21 Dec 2011 17:06:27 +0100 Subject: [PATCH] nv50/ir: initialize FlowInstruction::builtin --- src/gallium/drivers/nv50/codegen/nv50_ir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/nv50/codegen/nv50_ir.cpp b/src/gallium/drivers/nv50/codegen/nv50_ir.cpp index e3d2417c93f..698a1222263 100644 --- a/src/gallium/drivers/nv50/codegen/nv50_ir.cpp +++ b/src/gallium/drivers/nv50/codegen/nv50_ir.cpp @@ -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 * -- 2.30.2