src/share/vm/opto/regmask.hpp

changeset 6441
d2907f74462e
parent 4585
2c673161698a
child 6876
710a3c8b516e
child 7598
ddce0b7cee93
     1.1 --- a/src/share/vm/opto/regmask.hpp	Wed Jun 19 12:29:30 2013 +0200
     1.2 +++ b/src/share/vm/opto/regmask.hpp	Thu Jun 20 16:30:44 2013 -0700
     1.3 @@ -43,8 +43,11 @@
     1.4  #ifdef TARGET_ARCH_MODEL_arm
     1.5  # include "adfiles/adGlobals_arm.hpp"
     1.6  #endif
     1.7 -#ifdef TARGET_ARCH_MODEL_ppc
     1.8 -# include "adfiles/adGlobals_ppc.hpp"
     1.9 +#ifdef TARGET_ARCH_MODEL_ppc_32
    1.10 +# include "adfiles/adGlobals_ppc_32.hpp"
    1.11 +#endif
    1.12 +#ifdef TARGET_ARCH_MODEL_ppc_64
    1.13 +# include "adfiles/adGlobals_ppc_64.hpp"
    1.14  #endif
    1.15  
    1.16  // Some fun naming (textual) substitutions:

mercurial