diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-10 14:04:14 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-10 14:04:14 -0600 |
commit | 2ad566cc7b125a8e7687dd260b71d49eddc9b03e (patch) | |
tree | 35a431551f92ff9b599b465021d982b2633b6c99 /include/stencil.hh | |
parent | 2a2752adb4b32715926d3e565444fe2ea959f597 (diff) | |
download | chill-2ad566cc7b125a8e7687dd260b71d49eddc9b03e.tar.gz chill-2ad566cc7b125a8e7687dd260b71d49eddc9b03e.tar.bz2 chill-2ad566cc7b125a8e7687dd260b71d49eddc9b03e.zip |
clang frontend split
Diffstat (limited to 'include/stencil.hh')
-rw-r--r-- | include/stencil.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stencil.hh b/include/stencil.hh index 09471e8..e3b18ea 100644 --- a/include/stencil.hh +++ b/include/stencil.hh @@ -1,7 +1,7 @@ #pragma once -#include "ir_clang.hh" +#include "ir_chill.hh" #include "chillAST/chillASTs.hh" //#include <omega.h> |