- File:
-
- 1 edited
-
src/ControlStruct/ForExprMutator.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ForExprMutator.h
rd3b7937 r0db6fc0 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // ForExprMutator.h -- 7 // ForExprMutator.h -- 8 8 // 9 9 // Author : Rodolfo G. Esteves … … 21 21 22 22 namespace ControlStruct { 23 class ForExprMutator : public Mutator{23 class ForExprMutator { 24 24 public: 25 virtual Statement *mutate( ForStmt * );25 Statement *postmutate( ForStmt * ); 26 26 }; 27 27 } // namespace ControlStruct
Note:
See TracChangeset
for help on using the changeset viewer.