Ignore:
Timestamp:
Nov 8, 2021, 11:35:40 AM (2 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
5ee153d
Parents:
cb921d4
Message:

Missed a few extra references to LabelGenerator?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/FixLabels.cpp

    rcb921d4 ra5a08a05  
    1919#include "AST/Pass.hpp"
    2020#include "AST/Stmt.hpp"
    21 #include "ControlStruct/LabelGenerator.h"
    2221#include "ControlStruct/MultiLevelExit.hpp"
    2322
     
    2928        LabelToStmt labelTable;
    3029public:
    31         FixLabelsCore( LabelGenerator * gen = nullptr ) : labelTable() {}
     30        FixLabelsCore() : labelTable() {}
    3231
    3332        void previsit( const ast::FunctionDecl * );
Note: See TracChangeset for help on using the changeset viewer.