From 667c452fda3e17b20796e34631ad6fce3ef0f948 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 26 Aug 2009 06:49:25 +0000 Subject: [PATCH] - fixed r26421 [r26427] --- include/libfirm/ircons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libfirm/ircons.h b/include/libfirm/ircons.h index fcfde5005..60997fcd1 100644 --- a/include/libfirm/ircons.h +++ b/include/libfirm/ircons.h @@ -1451,7 +1451,7 @@ ir_node *new_rd_Sel(dbg_info *db, ir_node *block, ir_node *store, ir_node *new_rd_Call(dbg_info *db, ir_node *block, ir_node *store, ir_node *callee, int arity, ir_node *in[], ir_type *tp); -/** Constructor for a �Builtin node. +/** Constructor for a Builtin node. * * Represents a call of a backend-specific builtin.. * -- 2.20.1