summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/compiler/radeon_vert_fc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r300/compiler/radeon_vert_fc.c')
-rw-r--r--src/gallium/drivers/r300/compiler/radeon_vert_fc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/compiler/radeon_vert_fc.c b/src/gallium/drivers/r300/compiler/radeon_vert_fc.c
index fded485aaa9..51ab6213f25 100644
--- a/src/gallium/drivers/r300/compiler/radeon_vert_fc.c
+++ b/src/gallium/drivers/r300/compiler/radeon_vert_fc.c
@@ -257,10 +257,10 @@ void rc_vert_fc(struct radeon_compiler *c, void *user)
if (fc_state.BranchDepth != 0
|| fc_state.LoopDepth != 1) {
lower_endloop(inst, &fc_state);
+ /* Skip the new PRED_RESTORE */
+ inst = inst->Next;
}
fc_state.LoopDepth--;
- /* Skip PRED_RESTORE */
- inst = inst->Next;
break;
case RC_OPCODE_IF:
lower_if(inst, &fc_state);