glsl2: Remove an inlined unvalued return statement.
authorEric Anholt <eric@anholt.net>
Thu, 29 Jul 2010 20:42:39 +0000 (13:42 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 29 Jul 2010 21:02:10 +0000 (14:02 -0700)
commit4285247f12d45b0505da06773d7cafcd2c296fb5
treebf2f72e6a0eb68ea69dbec30ff82dd3d56a4560c
parentd6942460cec5ffb69dfee7492f7dac59872735de
glsl2: Remove an inlined unvalued return statement.

We already have asserts that it was the last call in the function, so
it's safe to remove after it got cloned in.

Fixes:
glsl-fs-functions-4.
src/glsl/ir_function_inlining.cpp