comparison src/share/vm/opto/lcm.cpp @ 2401:7e88bdae86ec

7029017: Additional architecture support for c2 compiler Summary: Enables cross building of a c2 VM. Support masking of shift counts when the processor architecture mandates it. Reviewed-by: kvn, never
author roland
date Fri, 25 Mar 2011 09:35:39 +0100
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2399:b2949bf39900 2401:7e88bdae86ec
39 #ifdef TARGET_ARCH_MODEL_sparc 39 #ifdef TARGET_ARCH_MODEL_sparc
40 # include "adfiles/ad_sparc.hpp" 40 # include "adfiles/ad_sparc.hpp"
41 #endif 41 #endif
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
45 #ifdef TARGET_ARCH_MODEL_arm
46 # include "adfiles/ad_arm.hpp"
44 #endif 47 #endif
45 48
46 // Optimization - Graph Style 49 // Optimization - Graph Style
47 50
48 //------------------------------implicit_null_check---------------------------- 51 //------------------------------implicit_null_check----------------------------