From df3721fd2e10ef27ce12a0c1025c9770137fa8f7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 15 Oct 2012 13:17:53 -0600 Subject: [PATCH] st/mesa: remove OPCODE_BRA switch case --- src/mesa/state_tracker/st_mesa_to_tgsi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.c b/src/mesa/state_tracker/st_mesa_to_tgsi.c index c614bdec56c..daf34192c6a 100644 --- a/src/mesa/state_tracker/st_mesa_to_tgsi.c +++ b/src/mesa/state_tracker/st_mesa_to_tgsi.c @@ -543,8 +543,6 @@ translate_opcode( unsigned op ) return TGSI_OPCODE_BGNLOOP; case OPCODE_BGNSUB: return TGSI_OPCODE_BGNSUB; - case OPCODE_BRA: - return TGSI_OPCODE_BRA; case OPCODE_BRK: return TGSI_OPCODE_BRK; case OPCODE_CAL: -- 2.30.2