Changes in src/GenPoly/Lvalue.cc [cf16f94:d3b7937]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Lvalue.cc
rcf16f94 rd3b7937 28 28 #include "ResolvExpr/typeops.h" 29 29 30 #include " UniqueName.h"31 #include " utility.h"30 #include "Common/UniqueName.h" 31 #include "Common/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 pointers 37 38 class Pass1 : public Mutator { 38 39 public: … … 46 47 }; 47 48 49 /// Replace declarations of lvalue returns with appropriate pointers 48 50 class Pass2 : public Visitor { 49 51 public:
Note:
See TracChangeset
for help on using the changeset viewer.