Ignore:
Timestamp:
Jun 25, 2019, 3:03:05 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
6be3b7d6
Parents:
92f5279
Message:

Fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CommonType.cc

    r92f5279 rb604426  
    939939                        ast::ptr< ast::Type > result;
    940940                        const ast::ReferenceType * ref1 = type1.as< ast::ReferenceType >();
    941                         const ast::ReferenceType * ref2 = type1.as< ast::ReferenceType >();
     941                        const ast::ReferenceType * ref2 = type2.as< ast::ReferenceType >();
    942942                       
    943943                        if ( depth1 > depth2 ) {
Note: See TracChangeset for help on using the changeset viewer.