nv50/ir: initialize FlowInstruction::builtin
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Wed, 21 Dec 2011 16:06:27 +0000 (17:06 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sat, 14 Apr 2012 19:54:01 +0000 (21:54 +0200)
src/gallium/drivers/nv50/codegen/nv50_ir.cpp

index e3d2417c93fa75c8edef9c3949e4214efb9c496e..698a1222263801c2e2c06488e948556efeb5b0a9 100644 (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 *