Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

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