swr/rast: Fix llvm5 behavior
authorGeorge Kyriazis <george.kyriazis@intel.com>
Fri, 19 Jan 2018 22:46:56 +0000 (16:46 -0600)
committerGeorge Kyriazis <george.kyriazis@intel.com>
Fri, 19 Jan 2018 23:08:30 +0000 (17:08 -0600)
commit9d80ed0862154dba17fd558dd16b62e6bf43515f
treea49c06b5ec1433b9916de9f545b3e6763c2d9333
parentd335b32baf14d6515e4ad204cf5bc9564fecedf5
swr/rast: Fix llvm5 behavior

For some reason llvm5 is picky about accepting a void * type in the
case of building an argument list.

Since we don't care about the type (we ignore the argument for now),
pick another pointer type

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/jitter/JitManager.cpp