comparison src/share/vm/opto/gcm.cpp @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents 2f644f85485d
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
44 #ifdef TARGET_ARCH_MODEL_sparc 44 #ifdef TARGET_ARCH_MODEL_sparc
45 # include "adfiles/ad_sparc.hpp" 45 # include "adfiles/ad_sparc.hpp"
46 #endif 46 #endif
47 #ifdef TARGET_ARCH_MODEL_zero 47 #ifdef TARGET_ARCH_MODEL_zero
48 # include "adfiles/ad_zero.hpp" 48 # include "adfiles/ad_zero.hpp"
49 #endif
50 #ifdef TARGET_ARCH_MODEL_arm
51 # include "adfiles/ad_arm.hpp"
52 #endif
53 #ifdef TARGET_ARCH_MODEL_ppc
54 # include "adfiles/ad_ppc.hpp"
49 #endif 55 #endif
50 56
51 // Portions of code courtesy of Clifford Click 57 // Portions of code courtesy of Clifford Click
52 58
53 // Optimization - Graph Style 59 // Optimization - Graph Style