X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Foptimize.h;h=b7b39176a06e62490573cee96ec174fbcd276ad4;hp=249a859a03763c6e198b9c0f04020dc0589ea360;hb=305b62cf4f7e2a4ca3cc56109003aed6bde61c25;hpb=fe7996a5985e8e7064004d2f42758d89ebf54b57 diff --git a/source/glsl/optimize.h b/source/glsl/optimize.h index 249a859a..b7b39176 100644 --- a/source/glsl/optimize.h +++ b/source/glsl/optimize.h @@ -27,7 +27,7 @@ private: /** Finds functions which are candidates for inlining. Currently this means functions which have no flow control statements, no more than one return -statement, and are only called once. */ +statement, and are either builtins or only called once. */ class InlineableFunctionLocator: private TraversingVisitor { private: