mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
nv50/ir: initialize FlowInstruction::builtin
This commit is contained in:
parent
1e95794173
commit
5df92c81c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue