Merge pull request #1129 from xorgy/const-fold-int-min-modulo-negative-one
authorJohn Kessenich <johnkslang@users.noreply.github.com>
Fri, 27 Oct 2017 07:30:03 +0000 (01:30 -0600)
committerGitHub <noreply@github.com>
Fri, 27 Oct 2017 07:30:03 +0000 (01:30 -0600)
GLSL: Fold constant SHRT_MIN/INT_MIN/LLONG_MIN % -1 to 0.


Trivial merge