diff options
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> |