hotspot/src/share/vm/opto/c2compiler.cpp
changeset 22894 870fbe165d06
parent 22893 e3a2b513713a
parent 22872 b6902ee5bc8d
child 24673 2ec56802b829
--- a/hotspot/src/share/vm/opto/c2compiler.cpp	Sat Feb 22 10:22:05 2014 +0100
+++ b/hotspot/src/share/vm/opto/c2compiler.cpp	Sun Feb 23 13:16:03 2014 -0500
@@ -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