[Mesa-dev] [PATCH 2/5] r300g/compiler/tests: Remove an unused variable
Tom Stellard
tom at stellard.net
Sun Jan 5 18:51:18 PST 2014
From: Tom Stellard <thomas.stellard at amd.com>
---
.../drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c b/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c
index 5306b08..70ba748 100644
--- a/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c
+++ b/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c
@@ -46,9 +46,9 @@ static void test_runner_rc_regalloc(
const char *filename)
{
struct rc_test_file test_file;
+ struct rc_instruction *inst;
unsigned optimizations = 1;
unsigned do_full_regalloc = 1;
- struct rc_instruction *inst;
unsigned pass = 1;
test_begin(result);
--
1.8.1.5
More information about the mesa-dev
mailing list