diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-22 15:12:54 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-22 15:12:54 -0600 |
commit | 1929ac1a60615ee86779790c46e04e53de75462f (patch) | |
tree | 35566b4f04184a9aed98fdc9dda74507075a7890 /src/omegatools.cc | |
parent | f27e01a039195c379fd6716c4870858789941365 (diff) | |
download | chill-1929ac1a60615ee86779790c46e04e53de75462f.tar.gz chill-1929ac1a60615ee86779790c46e04e53de75462f.tar.bz2 chill-1929ac1a60615ee86779790c46e04e53de75462f.zip |
add CHILL_DEBUG_PRINT & CHILL_DEBUG_BEGIN & CHILL_DEBUG_END
Diffstat (limited to 'src/omegatools.cc')
-rw-r--r-- | src/omegatools.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/omegatools.cc b/src/omegatools.cc index 0322182..7ebe726 100644 --- a/src/omegatools.cc +++ b/src/omegatools.cc @@ -19,7 +19,7 @@ #include "ir_code.hh" #include "chill_error.hh" -#include "chill_ast.hh" +#include "chillAST/chillASTs.hh" #include "code_gen/CG_chillRepr.h" #include <code_gen/CG_utils.h> |