From 5b5d1934d8870f49cbb1b8f45f228baa5f76d2bc Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Sun, 9 Oct 2016 17:22:46 -0600 Subject: recovered branch --- lib/chillcg/src/CG_chillBuilder.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/chillcg') diff --git a/lib/chillcg/src/CG_chillBuilder.cc b/lib/chillcg/src/CG_chillBuilder.cc index 74622d7..2613910 100755 --- a/lib/chillcg/src/CG_chillBuilder.cc +++ b/lib/chillcg/src/CG_chillBuilder.cc @@ -60,7 +60,7 @@ namespace omega { // No op break; default: - CHILL_ERROR("UNHANDLED statement of type %s %s\n",n->getTypeString()); + CG_ERROR("UNHANDLED statement of type %s %s\n",n->getTypeString()); exit(-1); } return r; @@ -213,7 +213,7 @@ namespace omega { CG_outputRepr *lhs, CG_outputRepr *rhs) const { if(lhs == NULL || rhs == NULL) { - CHILL_ERROR("Code generation: Missing lhs or rhs\n"); + CG_ERROR("Code generation: Missing lhs or rhs\n"); return NULL; } -- cgit v1.2.3-70-g09d2