Changes in src/ResolvExpr/RenameVars.cc [7583c02:93c10de]
- File:
-
- 1 edited
-
src/ResolvExpr/RenameVars.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/RenameVars.cc
r7583c02 r93c10de 42 42 int next_usage_id = 1; 43 43 ScopedMap< std::string, std::string > nameMap; 44 ScopedMap< std::string, ast::Type InstType::TypeEnvKey > idMap;44 ScopedMap< std::string, ast::TypeEnvKey > idMap; 45 45 public: 46 46 void reset() { … … 121 121 assert(false); 122 122 } 123 idMap[ td->name ] = ast::Type InstType::TypeEnvKey(*mut);124 123 idMap[ td->name ] = ast::TypeEnvKey( *mut ); 124 125 125 td = mut; 126 126 }
Note:
See TracChangeset
for help on using the changeset viewer.