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