Changes in src/SymTab/FixFunction.cc [89e6ffc:40e636a]
- File:
-
- 1 edited
-
src/SymTab/FixFunction.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/FixFunction.cc
r89e6ffc r40e636a 77 77 return varArgsType; 78 78 } 79 80 Type * FixFunction::mutate(ZeroType *zeroType) {81 return zeroType;82 }83 84 Type * FixFunction::mutate(OneType *oneType) {85 return oneType;86 }87 79 } // namespace SymTab 88 80
Note:
See TracChangeset
for help on using the changeset viewer.