llvmpipe: (trivial) add parantheses in (!x == y) expression
authorRoland Scheidegger <sroland@vmware.com>
Mon, 25 May 2015 20:24:05 +0000 (22:24 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 25 May 2015 20:24:42 +0000 (22:24 +0200)
commit6a111e54d7578abee6bce4a75ce1399ed369ab5f
treeb0421653346b69739ffd488af0b14aa314199456
parentbb973723a5e1f27817b6be2c2fa4fb3ea28e733c
llvmpipe: (trivial) add parantheses in (!x == y) expression

Apparently some compilers think we probably wanted to do !(x == y) instead
and issue a warning, so just shut it up... No functional change, obviously.

Cc: <mesa-stable@lists.freedesktop.org>
src/gallium/drivers/llvmpipe/lp_query.c