Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r10a1225 r172d9342  
    300300#include "Common/Stats.h"
    301301
     302namespace ast {
    302303extern struct PassVisitorStats {
    303304        size_t depth = 0;
     
    305306        Stats::Counters::AverageCounter<double> * avg = nullptr;
    306307} pass_visitor_stats;
     308}
    307309
    308310#include "AST/Pass.impl.hpp"
Note: See TracChangeset for help on using the changeset viewer.