Changeset 98735ef for src/GenPoly
- Timestamp:
- Feb 11, 2016, 3:28:23 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- cce7872
- Parents:
- 408d460
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cc
r408d460 r98735ef 1399 1399 delete memberExpr; 1400 1400 return fieldLoc; 1401 } else if ( UnionInstType *unionType =dynamic_cast< UnionInstType* >( objectType ) ) {1401 } else if ( dynamic_cast< UnionInstType* >( objectType ) ) { 1402 1402 // union members are all at offset zero, so build appropriately-dereferenced variable 1403 1403 Expression *derefdVar = makeDerefdVar( varExpr->clone(), varDepth );
Note: See TracChangeset
for help on using the changeset viewer.