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