compiler: use 64bit check for sizing instead of double check.
authorDave Airlie <airlied@redhat.com>
Wed, 8 Jun 2016 21:07:06 +0000 (07:07 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 8 Jun 2016 21:37:15 +0000 (07:37 +1000)
commita82b8e8b36cdaf8fd95a38b8df4215bead0e3ae7
tree8a5b45e6c4e71cb39f9af82b6f177595528b4d6b
parent246518154efb5da5e3934385b9a43a1571209c60
compiler: use 64bit check for sizing instead of double check.

This just moves code to the new check in advance of int64 support.

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/compiler/glsl_types.cpp