From: Michael Beck Date: Thu, 2 Dec 2004 16:27:05 +0000 (+0000) Subject: fixed comment X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=de7abe2ecd46ad0beccf86425aafc15b0b1f9075;p=libfirm fixed comment [r4559] --- diff --git a/ir/ir/ircons.h b/ir/ir/ircons.h index d0fe2fe2b..62a822187 100644 --- a/ir/ir/ircons.h +++ b/ir/ir/ircons.h @@ -990,15 +990,15 @@ * * There are two special routines for the global store: * - * inline void set_store (ir_node *store) - * -------------------------------------- + * void set_store (ir_node *store) + * ------------------------------- * * Adds the store to the array of known values at a reserved * position. * Requires current_block to be set correctly. * - * inline ir_node *get_store (void) - * -------------------------------- + * ir_node *get_store (void) + * ------------------------- * * Returns the node defining the actual store. * Requires current_block to be set correctly.