diff options
author | Christoph Bumiller <[email protected]> | 2011-12-21 17:06:27 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2012-04-14 21:54:01 +0200 |
commit | 5df92c81c3a2132bc2974d68a09fd28076a61c5e (patch) | |
tree | 931ecf21190fc085ac940103a235fc04bdbf7840 /src | |
parent | 1e957941735fae514de658c836b8bdaf6c66bc06 (diff) |
nv50/ir: initialize FlowInstruction::builtin
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/nv50/codegen/nv50_ir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |