Merge pull request #300 from Qining/fix-slow-down-in-no-contraction-propagation
Fix the slow down in noContraction propagation
This commit is contained in:
commit
393d74f068
@ -401,7 +401,7 @@ bool TSymbolDefinitionCollectingTraverser::visitBinary(glslang::TVisit /* visit
|
|||||||
} else {
|
} else {
|
||||||
// For other binary nodes, still traverse the right node.
|
// For other binary nodes, still traverse the right node.
|
||||||
current_object_.clear();
|
current_object_.clear();
|
||||||
return true;
|
node->getRight()->traverse(this);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user