glsl: modify ir_clone to use memcpy
[mesa.git] / src / glsl / ir_optimization.h
index 87c2c820b3c9357a794ee91d2f5f1751b863dbb1..3ca9f574453c32e705aa5889c3a8f5959edc878e 100644 (file)
@@ -101,7 +101,6 @@ bool do_swizzle_swizzle(exec_list *instructions);
 bool do_tree_grafting(exec_list *instructions);
 bool do_vec_index_to_cond_assign(exec_list *instructions);
 bool do_vec_index_to_swizzle(exec_list *instructions);
-bool lower_bounded_loops(exec_list *instructions);
 bool lower_discard(exec_list *instructions);
 void lower_discard_flow(exec_list *instructions);
 bool lower_instructions(exec_list *instructions, unsigned what_to_lower);