ir_reader: Set function signatures as defined.

This commit is contained in:
Kenneth Graunke 2010-04-28 23:17:58 -07:00 committed by Ian Romanick
parent c05bc5b7cc
commit f6c90d8b34

View file

@ -295,6 +295,7 @@ read_function_sig(_mesa_glsl_parse_state *st, ir_function *f, s_list *list,
return;
}
read_instructions(st, &sig->body, body_list, NULL);
sig->is_defined = true;
}
st->symbols->pop_scope();