Ignore:
Timestamp:
May 19, 2015, 4:58:14 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
843054c2
Parents:
01aeade
Message:

licencing: sixth groups of files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/Tuples/AssignExpand.cc

    r01aeade ra08ba92  
    3838
    3939                CompoundStmt *newSt = 0;
    40                 if (! extra.empty() ) {
     40                if ( ! extra.empty() ) {
    4141                        if ( ! newSt )
    4242                                newSt= new CompoundStmt(std::list<Label>());
     
    6969                   if ( tupleExpr->get_type() == SolvedTupleExpr::MASS ) {
    7070                   // extract lhs of assignments, assert that rhs is the same, create temporaries
    71                    assert (! exprs.empty());
     71                   assert ( ! exprs.empty());
    7272                   ApplicationExpr *ap1 = dynamic_cast< ApplicationExpr * >( exprs.front() );
    7373                   std::list<Expression *> &args = ap1->get_args();
Note: See TracChangeset for help on using the changeset viewer.