comparison src/share/vm/opto/lcm.cpp @ 14391:d2907f74462e

8016586: PPC64 (part 3): basic changes for PPC64 Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32. Reviewed-by: dholmes, kvn
author goetz
date Thu, 20 Jun 2013 16:30:44 -0700
parents 70120f47d403
children e2722a66aba7
comparison
equal deleted inserted replaced
14390:0f03ff49c720 14391:d2907f74462e
43 # include "adfiles/ad_zero.hpp" 43 # include "adfiles/ad_zero.hpp"
44 #endif 44 #endif
45 #ifdef TARGET_ARCH_MODEL_arm 45 #ifdef TARGET_ARCH_MODEL_arm
46 # include "adfiles/ad_arm.hpp" 46 # include "adfiles/ad_arm.hpp"
47 #endif 47 #endif
48 #ifdef TARGET_ARCH_MODEL_ppc 48 #ifdef TARGET_ARCH_MODEL_ppc_32
49 # include "adfiles/ad_ppc.hpp" 49 # include "adfiles/ad_ppc_32.hpp"
50 #endif
51 #ifdef TARGET_ARCH_MODEL_ppc_64
52 # include "adfiles/ad_ppc_64.hpp"
50 #endif 53 #endif
51 54
52 // Optimization - Graph Style 55 // Optimization - Graph Style
53 56
54 //------------------------------implicit_null_check---------------------------- 57 //------------------------------implicit_null_check----------------------------