diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-17 19:21:10 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-17 19:21:10 -0600 |
commit | dffa5374ca560213452039fe569a70ca21b58a85 (patch) | |
tree | b7ebb146cee60e9973b3f158196d56abd28c0f42 /chill/include/irtools.hh | |
parent | bdaf6dc251d98fc1c93165fa8579378204b395e1 (diff) | |
download | chill-dffa5374ca560213452039fe569a70ca21b58a85.tar.gz chill-dffa5374ca560213452039fe569a70ca21b58a85.tar.bz2 chill-dffa5374ca560213452039fe569a70ca21b58a85.zip |
added file doc
Diffstat (limited to 'chill/include/irtools.hh')
-rw-r--r-- | chill/include/irtools.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chill/include/irtools.hh b/chill/include/irtools.hh index 205efe1..a3b552a 100644 --- a/chill/include/irtools.hh +++ b/chill/include/irtools.hh @@ -1,6 +1,11 @@ #ifndef IRTOOLS_HH #define IRTOOLS_HH +/*! + * \file + * \brief Useful tools to analyze code in compiler IR format. + */ + #include <vector> #include <omega.h> #include <code_gen/CG_outputRepr.h> |