llvmpipe: Debug function to check stack alignment.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 9 Sep 2009 18:21:22 +0000 (19:21 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 9 Sep 2009 20:48:49 +0000 (21:48 +0100)
commit01c831576eb77ec87bff667ed5591a93cbbef97d
tree295cb825c9c67e2f7f0196cf68291fa9f34d5297
parent5604b27b9326ac542069a49ed9650c4b0d3e939a
llvmpipe: Debug function to check stack alignment.

Doing alignment check in locus is redundant, as gcc alignment assumptions
will optimize away the check.
src/gallium/drivers/llvmpipe/lp_bld_debug.c
src/gallium/drivers/llvmpipe/lp_bld_debug.h
src/gallium/drivers/llvmpipe/lp_setup.c