Changes in src/CodeGen/Generate.h [35b1bf4:82dd287]
- File:
-
- 1 edited
-
src/CodeGen/Generate.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/Generate.h
r35b1bf4 r82dd287 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Generate.h -- 7 // Generate.h -- 8 8 // 9 9 // Author : Richard C. Bilson … … 24 24 namespace CodeGen { 25 25 /// Generates code 26 void generate( std::list< Declaration* > translationUnit, std::ostream &os, bool doIntrinsics , bool pretty);26 void generate( std::list< Declaration* > translationUnit, std::ostream &os, bool doIntrinsics ); 27 27 } // namespace CodeGen 28 28
Note:
See TracChangeset
for help on using the changeset viewer.