glsl: Don't handle visit_stop in several ::accept methods
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 6 Jan 2018 02:19:42 +0000 (18:19 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 10 Jan 2018 15:21:11 +0000 (07:21 -0800)
commit702dc43f7eda025103df8adaf9a57067f8f56f87
treeee146632a762937999b2627068cebe754fac2f8c
parenta170f279581fc0cbdd112a1e01d37e8858895bb3
glsl: Don't handle visit_stop in several ::accept methods

All cases where the result could be non-visit_continue would have
already returned.

CID: 401351, 12244651224466
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com>
src/compiler/glsl/ir_hv_accept.cpp