aco: Const correct aco_compiler_statistics

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7785>
This commit is contained in:
James Park
2020-11-26 22:05:00 -08:00
committed by Marge Bot
parent 9779a9a51e
commit 76ad75dbb8

View File

@@ -39,7 +39,7 @@ struct aco_compiler_statistic_info {
struct aco_compiler_statistics {
unsigned count;
struct aco_compiler_statistic_info *infos;
const struct aco_compiler_statistic_info *infos;
uint32_t values[];
};