comparison src/share/vm/opto/regmask.cpp @ 14478:bb9356ec5967

Merge
author hseigel
date Sun, 23 Feb 2014 13:16:03 -0500
parents d2907f74462e
children 4ca6dc0799b6 78bbf4d43a14
comparison
equal deleted inserted replaced
14477:96d2c94bbdd0 14478:bb9356ec5967
38 # include "adfiles/ad_zero.hpp" 38 # include "adfiles/ad_zero.hpp"
39 #endif 39 #endif
40 #ifdef TARGET_ARCH_MODEL_arm 40 #ifdef TARGET_ARCH_MODEL_arm
41 # include "adfiles/ad_arm.hpp" 41 # include "adfiles/ad_arm.hpp"
42 #endif 42 #endif
43 #ifdef TARGET_ARCH_MODEL_ppc 43 #ifdef TARGET_ARCH_MODEL_ppc_32
44 # include "adfiles/ad_ppc.hpp" 44 # include "adfiles/ad_ppc_32.hpp"
45 #endif
46 #ifdef TARGET_ARCH_MODEL_ppc_64
47 # include "adfiles/ad_ppc_64.hpp"
45 #endif 48 #endif
46 49
47 #define RM_SIZE _RM_SIZE /* a constant private to the class RegMask */ 50 #define RM_SIZE _RM_SIZE /* a constant private to the class RegMask */
48 51
49 //-------------Non-zero bit search methods used by RegMask--------------------- 52 //-------------Non-zero bit search methods used by RegMask---------------------