glsl: fix the type of ir_constant_data::u16
[mesa.git] / src / compiler / glsl / lower_jumps.cpp
index 3286a1c57945824b4628e99350ed9782205d4908..389f5847b3ef88cac5065aba265c3d5c3fa01816 100644 (file)
@@ -268,6 +268,8 @@ struct ir_lower_jumps_visitor : public ir_control_flow_visitor {
     * contains the jump.
     */
 
+   using ir_control_flow_visitor::visit;
+
    bool progress;
 
    struct function_record function;