Add ir_call call to represent function calls.

This commit is contained in:
Ian Romanick
2010-03-11 14:34:27 -08:00
parent d27ec2461b
commit ed45ec6a51
6 changed files with 52 additions and 2 deletions

View File

@@ -725,7 +725,7 @@ ast_function_expression::hir(exec_list *instructions,
*/
(void) instructions;
(void) state;
return NULL;
return ir_call::get_error_instruction();
}
ir_instruction *