diff options
Diffstat (limited to 'lib/chillcg/src/CG_chillBuilder.cc')
-rwxr-xr-x | lib/chillcg/src/CG_chillBuilder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chillcg/src/CG_chillBuilder.cc b/lib/chillcg/src/CG_chillBuilder.cc index ef53e27..e926b64 100755 --- a/lib/chillcg/src/CG_chillBuilder.cc +++ b/lib/chillcg/src/CG_chillBuilder.cc @@ -935,7 +935,7 @@ namespace omega { //static_cast<CG_chillRepr*>(stmtList)->printChillNodes(); printf("\n"); fflush(stdout); chillAST_CompoundStmt *cs = new chillAST_CompoundStmt(); - for (int i=0; i<statements.size(); i++) { + for (int i=0; i<statements.size(); i++) { cs->addChild( statements[i] ); } |