Changes in src/GenPoly/Lvalue.cc [d3b7937:cf16f94]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Lvalue.cc
rd3b7937 rcf16f94 28 28 #include "ResolvExpr/typeops.h" 29 29 30 #include " Common/UniqueName.h"31 #include " Common/utility.h"30 #include "UniqueName.h" 31 #include "utility.h" 32 32 33 33 namespace GenPoly { … … 35 35 const std::list<Label> noLabels; 36 36 37 /// Replace uses of lvalue returns with appropriate pointers38 37 class Pass1 : public Mutator { 39 38 public: … … 47 46 }; 48 47 49 /// Replace declarations of lvalue returns with appropriate pointers50 48 class Pass2 : public Visitor { 51 49 public:
Note:
See TracChangeset
for help on using the changeset viewer.