Changeset cc3ad15 in OpenModelica for Compiler/FrontEnd/Inst.mo


Ignore:
Timestamp:
2017-08-22T16:52:31+02:00 (7 years ago)
Author:
hudson <openmodelica@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
2e4c6ff8
Parents:
1c87ab0
git-author:
hkiel <henning.kiel@…> (08/22/17 16:52:31)
git-committer:
hudson <openmodelica@…> (08/22/17 16:52:31)
Message:

avoid creation of temporary lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/FrontEnd/Inst.mo

    r1224535 rcc3ad15  
    27042704        b2 = Types.arrayType(ty);
    27052705        b3 = Types.extendsBasicType(ty);
    2706         true = Util.boolOrList({b1, b2, b3});
     2706        true = boolOr(b1, boolOr(b2, b3));
    27072707
    27082708        ErrorExt.rollBack("instBasictypeBaseclass");
Note: See TracChangeset for help on using the changeset viewer.