hotspot/src/share/vm/opto/c2compiler.cpp
changeset 22872 b6902ee5bc8d
parent 22234 da823d78ad65
parent 22838 82c7497fbad4
child 22894 870fbe165d06
--- a/hotspot/src/share/vm/opto/c2compiler.cpp	Tue Jan 28 11:21:43 2014 -0800
+++ b/hotspot/src/share/vm/opto/c2compiler.cpp	Tue Jan 28 12:25:34 2014 -0800
@@ -40,8 +40,11 @@
 #ifdef TARGET_ARCH_MODEL_arm
 # include "adfiles/ad_arm.hpp"
 #endif
-#ifdef TARGET_ARCH_MODEL_ppc
-# include "adfiles/ad_ppc.hpp"
+#ifdef TARGET_ARCH_MODEL_ppc_32
+# include "adfiles/ad_ppc_32.hpp"
+#endif
+#ifdef TARGET_ARCH_MODEL_ppc_64
+# include "adfiles/ad_ppc_64.hpp"
 #endif
 
 // register information defined by ADLC