summaryrefslogtreecommitdiff
path: root/lib/chillcg/src
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-28 18:24:40 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-09-28 18:24:40 -0600
commit3c890c8bd87c91fd607975ed62977f3e5f93b0fa (patch)
tree066a439ceabdc2fabda59766844978045e81f9cc /lib/chillcg/src
parent3f75a3cd12eb4eb2f34a5b6e07f82e7ebf51fe03 (diff)
downloadchill-3c890c8bd87c91fd607975ed62977f3e5f93b0fa.tar.gz
chill-3c890c8bd87c91fd607975ed62977f3e5f93b0fa.tar.bz2
chill-3c890c8bd87c91fd607975ed62977f3e5f93b0fa.zip
staging
Diffstat (limited to 'lib/chillcg/src')
-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 9a9a414..7f13334 100755
--- a/lib/chillcg/src/CG_chillBuilder.cc
+++ b/lib/chillcg/src/CG_chillBuilder.cc
@@ -276,7 +276,7 @@ namespace omega {
int numchildren = CS->getNumChildren();
for (int i=0; i<numchildren; i++) {
- CS->setChild( i, substituteChill(oldvar, newvar, CS->getChild(i), CS ));
+ CS->setChild( i, substituteChill(oldvar, newvar, CS->getChild(i), CS ));
}
return CS;