Changes in src/AST/Pass.hpp [10a1225:172d9342]
- File:
-
- 1 edited
-
src/AST/Pass.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r10a1225 r172d9342 300 300 #include "Common/Stats.h" 301 301 302 namespace ast { 302 303 extern struct PassVisitorStats { 303 304 size_t depth = 0; … … 305 306 Stats::Counters::AverageCounter<double> * avg = nullptr; 306 307 } pass_visitor_stats; 308 } 307 309 308 310 #include "AST/Pass.impl.hpp"
Note:
See TracChangeset
for help on using the changeset viewer.