tgsi/transform: Drop a stale comment.

This method returns void.

Reviewed-by: Mihai Preda <mhpreda@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15782>
This commit is contained in:
Emma Anholt 2022-04-06 16:17:00 -07:00 committed by Marge Bot
parent ef9f2e8829
commit 5a1d19e945

View file

@ -65,7 +65,7 @@ struct tgsi_transform_context
/**
* Called at end of input program to allow caller to append extra
* instructions. Return number of tokens emitted.
* instructions.
*/
void (*epilog)(struct tgsi_transform_context *ctx);