glsl: remove remaining tabs from ast_to_hir.cpp
Acked-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -6094,9 +6094,7 @@ ast_switch_statement::test_to_hir(exec_list *instructions,
|
|||||||
*/
|
*/
|
||||||
test_expression->set_is_lhs(true);
|
test_expression->set_is_lhs(true);
|
||||||
/* Cache value of test expression. */
|
/* Cache value of test expression. */
|
||||||
ir_rvalue *const test_val =
|
ir_rvalue *const test_val = test_expression->hir(instructions, state);
|
||||||
test_expression->hir(instructions,
|
|
||||||
state);
|
|
||||||
|
|
||||||
state->switch_state.test_var = new(ctx) ir_variable(test_val->type,
|
state->switch_state.test_var = new(ctx) ir_variable(test_val->type,
|
||||||
"switch_test_tmp",
|
"switch_test_tmp",
|
||||||
|
Reference in New Issue
Block a user