OSDN Git Service

Still check the arguments of non-user-defined function calls for other user-defined...
authorNicolas Capens <capn@google.com>
Tue, 6 May 2014 20:33:20 +0000 (16:33 -0400)
committerNicolas Capens <capn@google.com>
Tue, 6 May 2014 20:33:20 +0000 (16:33 -0400)
Issue=305824

src/GLES2/compiler/AnalyzeCallDepth.cpp

index de256a5..9039916 100644 (file)
@@ -116,7 +116,7 @@ bool AnalyzeCallDepth::visitAggregate(Visit visit, TIntermAggregate *node)
                {\r
                        if(!node->isUserDefined())\r
                        {\r
-                               return false;\r
+                               return true;   // Check the arguments for function calls\r
                        }\r
 \r
                        if(visit == PreVisit)\r