From 159a4cc753cdd7fa92b061022cde4c820f24e46e Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 24 Aug 2009 14:54:01 +0000 Subject: [PATCH] add missing NL to generated file [r26412] --- scripts/gen_ir.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gen_ir.py b/scripts/gen_ir.py index 498e2eb25..97ed83c1a 100755 --- a/scripts/gen_ir.py +++ b/scripts/gen_ir.py @@ -351,6 +351,7 @@ void finish_op(void) free_ir_op(op_{{node.name}}); op_{{node.name}} = NULL; {%- endfor %} } + ''') ############################# -- 2.20.1