comparison src/share/vm/opto/matcher.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 bad7ecd0b6ed
children f1c12354c3f7
comparison
equal deleted inserted replaced
3780:4bf3cbef0b3e 3796:7d9e451f5416
49 #ifdef TARGET_ARCH_MODEL_zero 49 #ifdef TARGET_ARCH_MODEL_zero
50 # include "adfiles/ad_zero.hpp" 50 # include "adfiles/ad_zero.hpp"
51 #endif 51 #endif
52 #ifdef TARGET_ARCH_MODEL_arm 52 #ifdef TARGET_ARCH_MODEL_arm
53 # include "adfiles/ad_arm.hpp" 53 # include "adfiles/ad_arm.hpp"
54 #endif
55 #ifdef TARGET_ARCH_MODEL_ppc
56 # include "adfiles/ad_ppc.hpp"
54 #endif 57 #endif
55 58
56 OptoReg::Name OptoReg::c_frame_pointer; 59 OptoReg::Name OptoReg::c_frame_pointer;
57 60
58 61