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

Merge
author kvn
date Wed, 26 Mar 2014 18:21:05 -0700
parents d2907f74462e
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
17789:6b207d038106 17812:a7d4d4655766
41 # include "adfiles/adGlobals_zero.hpp" 41 # include "adfiles/adGlobals_zero.hpp"
42 #endif 42 #endif
43 #ifdef TARGET_ARCH_MODEL_arm 43 #ifdef TARGET_ARCH_MODEL_arm
44 # include "adfiles/adGlobals_arm.hpp" 44 # include "adfiles/adGlobals_arm.hpp"
45 #endif 45 #endif
46 #ifdef TARGET_ARCH_MODEL_ppc 46 #ifdef TARGET_ARCH_MODEL_ppc_32
47 # include "adfiles/adGlobals_ppc.hpp" 47 # include "adfiles/adGlobals_ppc_32.hpp"
48 #endif
49 #ifdef TARGET_ARCH_MODEL_ppc_64
50 # include "adfiles/adGlobals_ppc_64.hpp"
48 #endif 51 #endif
49 52
50 // Some fun naming (textual) substitutions: 53 // Some fun naming (textual) substitutions:
51 // 54 //
52 // RegMask::get_low_elem() ==> RegMask::find_first_elem() 55 // RegMask::get_low_elem() ==> RegMask::find_first_elem()