Changeset 29038ef for src/GenPoly
- Timestamp:
- Jul 7, 2017, 10:39:13 AM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 54d714e, b5f9829
- Parents:
- 53a6c2a (diff), e182ce3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/GenPoly/InstantiateGeneric.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/InstantiateGeneric.cc
r53a6c2a r29038ef 171 171 Type* postmutate( UnionInstType *inst ); 172 172 173 void premutate( FunctionType * ftype ) {173 void premutate( __attribute__((unused)) FunctionType * ftype ) { 174 174 GuardValue( inFunctionType ); 175 175 inFunctionType = true;
Note:
See TracChangeset
for help on using the changeset viewer.