commit | c0ebd09cdf936f8931c813ea32406368b9beea07 | [log] [tgz] |
---|---|---|
author | Daniel Kenji Toyama <kenjitoyama@google.com> | Mon Mar 07 15:44:24 2016 -0500 |
committer | Daniel Toyama <kenjitoyama@google.com> | Mon Mar 07 20:52:59 2016 +0000 |
tree | 1051a83cd8f78a2c9789a34b974cec7c574af84b | |
parent | 79d102cc76faa2b5a853d3d6e9652fb5e9f14d87 [diff] |
Add missing operation. Bug 27227050 Change-Id: Id8b6357f25888801dec9bbedc5855faa58def62d Reviewed-on: https://swiftshader-review.googlesource.com/4920 Reviewed-by: Nicolas Capens <capn@google.com> Tested-by: Daniel Toyama <kenjitoyama@google.com>
diff --git a/src/OpenGL/compiler/OutputASM.cpp b/src/OpenGL/compiler/OutputASM.cpp index a632bde..e14d6a5 100644 --- a/src/OpenGL/compiler/OutputASM.cpp +++ b/src/OpenGL/compiler/OutputASM.cpp
@@ -1089,9 +1089,10 @@ 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) {