mirror of
https://github.com/RPCS3/glslang.git
synced 2025-03-01 23:36:48 +00:00
Fix the slow down in noContraction propagation
This commit is contained in:
parent
823fc65644
commit
e5712a2549
@ -401,7 +401,8 @@ bool TSymbolDefinitionCollectingTraverser::visitBinary(glslang::TVisit /* visit
|
||||
} else {
|
||||
// For other binary nodes, still traverse the right node.
|
||||
current_object_.clear();
|
||||
return true;
|
||||
node->getRight()->traverse(this);
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user