summaryrefslogtreecommitdiff
path: root/lib/chillcg/include/code_gen/CG_chillRepr.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chillcg/include/code_gen/CG_chillRepr.h')
-rwxr-xr-xlib/chillcg/include/code_gen/CG_chillRepr.h4
1 files changed, 1 insertions, 3 deletions
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<chillAST_Node *> 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);
};