Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Lvalue.cc

    rd3b7937 rcf16f94  
    2828#include "ResolvExpr/typeops.h"
    2929
    30 #include "Common/UniqueName.h"
    31 #include "Common/utility.h"
     30#include "UniqueName.h"
     31#include "utility.h"
    3232
    3333namespace GenPoly {
     
    3535                const std::list<Label> noLabels;
    3636
    37                 /// Replace uses of lvalue returns with appropriate pointers
    3837                class Pass1 : public Mutator {
    3938                  public:
     
    4746                };
    4847
    49                 /// Replace declarations of lvalue returns with appropriate pointers
    5048                class Pass2 : public Visitor {
    5149                  public:
Note: See TracChangeset for help on using the changeset viewer.