comparison src/share/vm/opto/lcm.cpp @ 3796:7d9e451f5416

7061187: need some includes for arm/ppc Reviewed-by: dholmes, never, jwilhelm, kvn
author jcoomes
date Wed, 06 Jul 2011 12:03:01 -0700
parents 92add02409c9
children c7b60b601eb4
comparison
equal deleted inserted replaced
3780:4bf3cbef0b3e 3796:7d9e451f5416
42 #ifdef TARGET_ARCH_MODEL_zero 42 #ifdef TARGET_ARCH_MODEL_zero
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
48 #ifdef TARGET_ARCH_MODEL_ppc
49 # include "adfiles/ad_ppc.hpp"
47 #endif 50 #endif
48 51
49 // Optimization - Graph Style 52 // Optimization - Graph Style
50 53
51 //------------------------------implicit_null_check---------------------------- 54 //------------------------------implicit_null_check----------------------------