diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-28 18:24:40 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-28 18:24:40 -0600 |
commit | 3c890c8bd87c91fd607975ed62977f3e5f93b0fa (patch) | |
tree | 066a439ceabdc2fabda59766844978045e81f9cc /lib | |
parent | 3f75a3cd12eb4eb2f34a5b6e07f82e7ebf51fe03 (diff) | |
download | chill-3c890c8bd87c91fd607975ed62977f3e5f93b0fa.tar.gz chill-3c890c8bd87c91fd607975ed62977f3e5f93b0fa.tar.bz2 chill-3c890c8bd87c91fd607975ed62977f3e5f93b0fa.zip |
staging
Diffstat (limited to 'lib')
-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 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; |