From: Michael Beck Date: Fri, 5 Oct 2007 22:41:31 +0000 (+0000) Subject: doxygen comment added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1781bc90dedfdbf732287083c0335d9bc86ff79d;p=libfirm doxygen comment added [r16102] --- diff --git a/ir/be/ia32/ia32_emitter.c b/ir/be/ia32/ia32_emitter.c index 4e05b731e..eb018a05e 100644 --- a/ir/be/ia32/ia32_emitter.c +++ b/ir/be/ia32/ia32_emitter.c @@ -1146,6 +1146,14 @@ static void emit_ia32_Immediate(const ir_node *node) } } +/** + * Emit an inline assembler operand. + * + * @param node the ia32_ASM node + * @param s points to the operand (a %c) + * + * @return pointer to the first char in s NOT in the current operand + */ static const char* emit_asm_operand(const ir_node *node, const char *s) { const ia32_attr_t *ia32_attr = get_ia32_attr_const(node);