From e7de858ce27ded585d6e2ec4a5cbc3467c6a7593 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Sun, 25 Sep 2016 14:30:34 -0600 Subject: CFamily AST printer --- lib/chillcg/include/code_gen/CG_chillRepr.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/chillcg/include/code_gen/CG_chillRepr.h') diff --git a/lib/chillcg/include/code_gen/CG_chillRepr.h b/lib/chillcg/include/code_gen/CG_chillRepr.h index 2d6d688..34e9876 100755 --- a/lib/chillcg/include/code_gen/CG_chillRepr.h +++ b/lib/chillcg/include/code_gen/CG_chillRepr.h @@ -28,10 +28,8 @@ namespace omega { // std::vector chillnodes; // TODO make private void printChillNodes() const { - for (int i = 0; i < chillnodes.size(); i++) { + for (int i = 0; i < chillnodes.size(); i++) chillnodes[i]->print(); - printf("\n"); - } fflush(stdout); }; -- cgit v1.2.3-70-g09d2