doxygen comment added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 5 Oct 2007 22:41:31 +0000 (22:41 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 5 Oct 2007 22:41:31 +0000 (22:41 +0000)
[r16102]

ir/be/ia32/ia32_emitter.c

index 4e05b73..eb018a0 100644 (file)
@@ -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);