- do not use tuple result for builtins, not needed yet
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 18 Dec 2008 18:18:47 +0000 (18:18 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 18 Dec 2008 18:18:47 +0000 (18:18 +0000)
[r24792]

include/libfirm/irnode.h

index 14cbdc4..7c922e7 100644 (file)
@@ -659,7 +659,7 @@ void    remove_Call_callee_arr(ir_node *node);
  */
 typedef enum {
        pn_Builtin_M        = pn_Generic_M_regular, /**< The memory result. */
-       pn_Builtin_T_result = pn_Generic_other,     /**< The tuple containing all (0, 1, 2, ...) results. */
+       pn_Builtin_1_result = pn_Generic_other,     /**< first result. */
        pn_Builtin_max                              /**< number of projections from a Builtin */
 } pn_Builtin;   /* Projection numbers for Builtin. */