From ee5ec14c5e2363ea4d9de6a03e060fddd1927870 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 23 Aug 2009 02:27:49 +0000 Subject: [PATCH] - fixed typo [r26396] --- include/libfirm/irpass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libfirm/irpass.h b/include/libfirm/irpass.h index 102a9ff87..ea8fab639 100644 --- a/include/libfirm/irpass.h +++ b/include/libfirm/irpass.h @@ -206,7 +206,7 @@ ir_prog_pass_t *def_prog_pass_constructor( * * @return the newly created ir_prog pass */ -ir_prog_pass_t *call_function_gpass( +ir_prog_pass_t *call_function_pass( const char *name, void (*function)(void *context), void *context); #endif -- 2.20.1