comparison src/share/vm/opto/regmask.cpp @ 17812:a7d4d4655766

Merge
author kvn
date Wed, 26 Mar 2014 18:21:05 -0700
parents d2907f74462e
children 4ca6dc0799b6 78bbf4d43a14
comparison
equal deleted inserted replaced
17789:6b207d038106 17812:a7d4d4655766
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---------------------