add the mode to the asm constraints
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 4 Oct 2007 14:55:23 +0000 (14:55 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 4 Oct 2007 14:55:23 +0000 (14:55 +0000)
[r16081]

include/libfirm/irnode.h

index fb7a3a0..e21c058 100644 (file)
@@ -1170,6 +1170,7 @@ void    set_Pin_op(ir_node *pin, ir_node *node);
 typedef struct {
        unsigned       pos;           /**< The inputs/output position for this constraint. */
        ident          *constraint;   /**< The constraint for this input/output. */
+       ir_mode        *mode;         /**< The mode of the constraint. */
 } ir_asm_constraint;
 
 /** Return the assembler text of an ASM pseudo node. */