Changes in src/GenPoly/GenPoly.cc [c2ad3c9:ca35c51]
- File:
-
- 1 edited
-
src/GenPoly/GenPoly.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/GenPoly.cc
rc2ad3c9 rca35c51 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : Wed May 25 13:39:21201613 // Update Count : 1 311 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jun 29 21:45:53 2016 13 // Update Count : 14 14 14 // 15 15 … … 78 78 type = replaceTypeInst( type, env ); 79 79 80 if ( TypeInstType *typeInst =dynamic_cast< TypeInstType * >( type ) ) {80 if ( dynamic_cast< TypeInstType * >( type ) ) { 81 81 return type; 82 82 } else if ( StructInstType *structType = dynamic_cast< StructInstType* >( type ) ) {
Note:
See TracChangeset
for help on using the changeset viewer.