ilo: move a santiy check into its assert() 83/7483/1
authorChia-I Wu <olvaffe@gmail.com>
Fri, 12 Jul 2013 23:22:24 +0000 (07:22 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Fri, 12 Jul 2013 23:27:28 +0000 (07:27 +0800)
commit8d4ac9854969dfd6f8f39dbd6adeb3c8cfd60092
treea33172c1813dcd9e13fa73480e4ef4f74921f35a
parentbf9670270fb3deef8ad194f1a1ee78e253769234
ilo: move a santiy check into its assert()

The compiler does not know that ilo_3d_pipeline_estimate_size() is pure and
can be eliminated in a release build in gen6_pipeline_end().  Move the call
into the assert().
src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.c