Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/LabelGenerator.h

    raf68f0a r27de955  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // LabelGenerator.h --
     7// LabelGenerator.h -- 
    88//
    99// Author           : Rodolfo G. Esteves
     
    2424          public:
    2525                static LabelGenerator *getGenerator();
    26                 Label newLabel(std::string suffix, Statement * stmt = nullptr);
     26                Label newLabel(std::string suffix = "");
    2727                void reset() { current = 0; }
    2828                void rewind() { current--; }
Note: See TracChangeset for help on using the changeset viewer.