Add missing break statement

This commit is contained in:
Ian Romanick
2010-04-21 15:08:08 -07:00
parent 7d21104a8b
commit ff236fa9b6
+1
View File
@@ -46,6 +46,7 @@ add_variable(const char *name, enum ir_variable_mode mode,
case ir_var_inout:
var->shader_in = true;
var->shader_out = true;
break;
case ir_var_out:
var->shader_out = true;
break;