glsl: Add bit_xor builder
[mesa.git] / src / compiler / glsl / lower_jumps.cpp
index 3cfa2e00ae88b037bb660f8445862b8f23087d77..ed1b6d1ea633c65a3b10f11086f1903b943cb7e9 100644 (file)
@@ -777,7 +777,7 @@ lower_continue:
                 * analysis.
                 */
                exec_list list;
-               list.head = next;
+               list.head_sentinel.next = next;
                block_records[move_into] = visit_block(&list);
 
                /*