Commit c0ebd09c by Daniel Kenji Toyama Committed by Daniel Toyama

Add missing operation.

Bug 27227050 Change-Id: Id8b6357f25888801dec9bbedc5855faa58def62d Reviewed-on: https://swiftshader-review.googlesource.com/4920Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarDaniel Toyama <kenjitoyama@google.com>
parent 79d102cc
......@@ -1089,9 +1089,10 @@ namespace glsl
switch(node->getOp())
{
case EOpSequence: break;
case EOpDeclaration: break;
case EOpPrototype: break;
case EOpSequence: break;
case EOpDeclaration: break;
case EOpInvariantDeclaration: break;
case EOpPrototype: break;
case EOpComma:
if(visit == PostVisit)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment