Changeset aaeacf4 for src/GenPoly


Ignore:
Timestamp:
Jun 12, 2019, 4:06:32 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
21300d7
Parents:
6e3e0717
Message:

Removed global look-up table from UniqueId? to Decl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Lvalue.cc

    r6e3e0717 raaeacf4  
    200200                                if(i == end) { return appExpr; }
    201201                                for ( auto p : unsafe_group_iterate( appExpr->args, ftype->parameters ) ) {
    202                                         if (i == end) break;
    203202                                        Expression *& arg = std::get<0>( p );
    204203                                        Type * formal = std::get<1>( p )->get_type();
     
    245244                                        }
    246245                                        ++i;
     246                                        if (i == end) break;
    247247                                }
    248248                        }
Note: See TracChangeset for help on using the changeset viewer.