linker: Make linker_error set LinkStatus to false
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 28 Jul 2011 21:04:09 +0000 (14:04 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 2 Aug 2011 15:21:43 +0000 (08:21 -0700)
commit586e741ac1fa222d041990b265e820f5aa11344d
treebf67f1ce40db09b63711dba9a222d449b270e0ec
parent81b036b4d79423c194596461b098a525af0102c2
linker: Make linker_error set LinkStatus to false

Remove the other places that set LinkStatus to false since they all
immediately follow a call to linker_error.  The function linker_error
was previously known as linker_error_printf.  The name was changed
because it may seem surprising that a printf function will set an
error flag.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/glsl/ir_function_detect_recursion.cpp
src/glsl/link_functions.cpp
src/glsl/linker.cpp
src/glsl/linker.h