src/share/vm/opto/regmask.cpp

changeset 6441
d2907f74462e
parent 4585
2c673161698a
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/opto/regmask.cpp	Wed Jun 19 12:29:30 2013 +0200
     1.2 +++ b/src/share/vm/opto/regmask.cpp	Thu Jun 20 16:30:44 2013 -0700
     1.3 @@ -40,8 +40,11 @@
     1.4  #ifdef TARGET_ARCH_MODEL_arm
     1.5  # include "adfiles/ad_arm.hpp"
     1.6  #endif
     1.7 -#ifdef TARGET_ARCH_MODEL_ppc
     1.8 -# include "adfiles/ad_ppc.hpp"
     1.9 +#ifdef TARGET_ARCH_MODEL_ppc_32
    1.10 +# include "adfiles/ad_ppc_32.hpp"
    1.11 +#endif
    1.12 +#ifdef TARGET_ARCH_MODEL_ppc_64
    1.13 +# include "adfiles/ad_ppc_64.hpp"
    1.14  #endif
    1.15  
    1.16  #define RM_SIZE _RM_SIZE /* a constant private to the class RegMask */

mercurial