Added support for SymConst(ofs_ent)
[libfirm] / ir / be / TEMPLATE / TEMPLATE_spec.pl
index a7ff0bc..72443b9 100644 (file)
@@ -6,6 +6,9 @@
 
 $arch = "TEMPLATE";
 
+# this string marks the beginning of a comment in emit
+$comment_string = "/*";
+
 # The node description is done as a perl hash initializer with the
 # following structure:
 #
@@ -62,6 +65,9 @@ $arch = "TEMPLATE";
 #        for i = 1 .. arity: ir_node *op_i
 #        ir_mode *mode
 #
+# outs:  if a node defines more than one output, the names of the projections
+#        nodes having outs having automatically the mode mode_T
+#
 # comment: OPTIONAL comment for the node constructor
 #
 # rd_constructor: for every operation there will be a