hotspot/src/share/vm/opto/output.hpp
changeset 22872 b6902ee5bc8d
parent 22234 da823d78ad65
parent 22828 17ecb098bc1e
child 25715 d5a8dbdc5150
equal deleted inserted replaced
22511:fae90cb64946 22872:b6902ee5bc8d
    40 # include "adfiles/ad_zero.hpp"
    40 # include "adfiles/ad_zero.hpp"
    41 #endif
    41 #endif
    42 #ifdef TARGET_ARCH_MODEL_arm
    42 #ifdef TARGET_ARCH_MODEL_arm
    43 # include "adfiles/ad_arm.hpp"
    43 # include "adfiles/ad_arm.hpp"
    44 #endif
    44 #endif
    45 #ifdef TARGET_ARCH_MODEL_ppc
    45 #ifdef TARGET_ARCH_MODEL_ppc_32
    46 # include "adfiles/ad_ppc.hpp"
    46 # include "adfiles/ad_ppc_32.hpp"
       
    47 #endif
       
    48 #ifdef TARGET_ARCH_MODEL_ppc_64
       
    49 # include "adfiles/ad_ppc_64.hpp"
    47 #endif
    50 #endif
    48 
    51 
    49 class Arena;
    52 class Arena;
    50 class Bundle;
    53 class Bundle;
    51 class Block;
    54 class Block;