summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-10-05 17:33:25 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-10-05 17:33:25 -0600
commit64915c9dd543c847d7b54cdad5f83c12b579c233 (patch)
tree10551e451bf73d28ed788fae2d6c477e80c1b6f2 /lib
parent342af96cd123860b3fbe0fe9b0669627cefca1cc (diff)
downloadchill-64915c9dd543c847d7b54cdad5f83c12b579c233.tar.gz
chill-64915c9dd543c847d7b54cdad5f83c12b579c233.tar.bz2
chill-64915c9dd543c847d7b54cdad5f83c12b579c233.zip
working clang frontend
Diffstat (limited to 'lib')
-rwxr-xr-xlib/chillcg/src/CG_chillBuilder.cc2
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] );
}