CC: "9.2" <mesa-stable@lists.freedesktop.org>
unsigned radeon_compiler_optimize_run_tests()
{
- struct test tests[] = {
+ static struct test tests[] = {
{"rc_optimize() => peephole_mul_omod()", test_runner_rc_optimize},
{NULL, NULL}
};
unsigned radeon_compiler_regalloc_run_tests()
{
- struct test tests[] = {
- {"rc_pair_regalloc() => TEX 1D Swizzle - r300", tex_1d_swizzle},
+ static struct test tests[] = {
+ {"rc_pair_regalloc() => TEX 1D Swizzle - r300", tex_1d_swizzle },
{NULL, NULL}
};
return run_tests(tests);
unsigned radeon_compiler_util_run_tests()
{
- struct test tests[] = {
+ static struct test tests[] = {
{"rc_inst_can_use_presub()", test_runner_rc_inst_can_use_presub},
{NULL, NULL}
};