Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/GenPoly.cc

    rca35c51 rc2ad3c9  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jun 29 21:45:53 2016
    13 // Update Count     : 14
     11// Last Modified By : Rob Schluntz
     12// Last Modified On : Wed May 25 13:39:21 2016
     13// Update Count     : 13
    1414//
    1515
     
    7878                type = replaceTypeInst( type, env );
    7979
    80                 if ( dynamic_cast< TypeInstType * >( type ) ) {
     80                if ( TypeInstType *typeInst = dynamic_cast< TypeInstType * >( type ) ) {
    8181                        return type;
    8282                } else if ( StructInstType *structType = dynamic_cast< StructInstType* >( type ) ) {
Note: See TracChangeset for help on using the changeset viewer.