compiler/tests/PPCUniversalOptimizationTest.st
changeset 535 a8feb0f47574
parent 534 a949c4fe44df
child 537 fb212e14d1f4
equal deleted inserted replaced
534:a949c4fe44df 535:a8feb0f47574
    20 !
    20 !
    21 
    21 
    22 setUp
    22 setUp
    23     super setUp.
    23     super setUp.
    24     
    24     
    25     configuration := PPCUniversalConfiguration new.
    25     configuration := PPCConfiguration new.
    26     configuration context options generate: false.
    26     configuration context options 
    27     
    27         generate: false;
    28 "       ^ configuration := PPCPluggableConfiguration on:
    28         tokenize: false.
    29         [ :_self |
    29 
    30             _self toPPCIr.
    30     "Modified: / 04-09-2015 / 16:21:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    31             _self createTokens.
       
    32             _self specialize.
       
    33             _self createRecognizingComponents.
       
    34             _self inline.
       
    35             _self merge.                
       
    36         ]"
       
    37 
       
    38     "Modified: / 28-08-2015 / 14:22:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    39 ! !
    31 ! !
    40 
    32 
    41 !PPCUniversalOptimizationTest methodsFor:'tests'!
    33 !PPCUniversalOptimizationTest methodsFor:'tests'!
    42 
    34 
    43 testAnyPredicate
    35 testAnyPredicate