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