comparison src/share/vm/c1/c1_LIRAssembler.hpp @ 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 037c727f35fb
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
250 # include "c1_LIRAssembler_x86.hpp" 250 # include "c1_LIRAssembler_x86.hpp"
251 #endif 251 #endif
252 #ifdef TARGET_ARCH_sparc 252 #ifdef TARGET_ARCH_sparc
253 # include "c1_LIRAssembler_sparc.hpp" 253 # include "c1_LIRAssembler_sparc.hpp"
254 #endif 254 #endif
255 #ifdef TARGET_ARCH_arm
256 # include "c1_LIRAssembler_arm.hpp"
257 #endif
258 #ifdef TARGET_ARCH_ppc
259 # include "c1_LIRAssembler_ppc.hpp"
260 #endif
255 261
256 }; 262 };
257 263
258 #endif // SHARE_VM_C1_C1_LIRASSEMBLER_HPP 264 #endif // SHARE_VM_C1_C1_LIRASSEMBLER_HPP