comparison src/share/vm/opto/compile.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 51bd2d261853
children c7f3d0b4570f
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
72 # include "adfiles/ad_sparc.hpp" 72 # include "adfiles/ad_sparc.hpp"
73 #endif 73 #endif
74 #ifdef TARGET_ARCH_MODEL_zero 74 #ifdef TARGET_ARCH_MODEL_zero
75 # include "adfiles/ad_zero.hpp" 75 # include "adfiles/ad_zero.hpp"
76 #endif 76 #endif
77 #ifdef TARGET_ARCH_MODEL_arm
78 # include "adfiles/ad_arm.hpp"
79 #endif
80 #ifdef TARGET_ARCH_MODEL_ppc
81 # include "adfiles/ad_ppc.hpp"
82 #endif
77 83
78 84
79 // -------------------- Compile::mach_constant_base_node ----------------------- 85 // -------------------- Compile::mach_constant_base_node -----------------------
80 // Constant table base node singleton. 86 // Constant table base node singleton.
81 MachConstantBaseNode* Compile::mach_constant_base_node() { 87 MachConstantBaseNode* Compile::mach_constant_base_node() {