commit | 395f00bc269352689883161ab951b7f03c4d7d84 | [log] [tgz] |
---|---|---|
author | Alexis Hetu <sugoi@google.com> | Tue Jun 23 16:06:50 2015 -0400 |
committer | Alexis Hétu <sugoi@google.com> | Thu Jun 25 15:43:27 2015 +0000 |
tree | 9ef5ded6fa985f2281c574350b05a3893fd9cfed | |
parent | 41827c389051cda8d8b5c8f0dae990108df0b126 [diff] |
Fixed recursion analysis Recursion analysis was broken, because assigning the error value UINT_MAX was then automatically increased by 1 at the caller site, resulting in a 0, and recursions would go undetected. Change-Id: I8ab9990c12d827d8eac2d6084f9170096ad2aef2 Reviewed-on: https://swiftshader-review.googlesource.com/3552 Tested-by: Alexis Hétu <sugoi@google.com> Reviewed-by: Nicolas Capens <capn@google.com>