Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Lvalue.cc

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