hotspot/src/share/vm/c1/c1_LIRAssembler.hpp
changeset 8107 78e5bd944384
parent 7713 1e06d2419258
child 8921 14bfe81f2a9d
--- a/hotspot/src/share/vm/c1/c1_LIRAssembler.hpp	Thu Jan 27 16:11:27 2011 -0800
+++ b/hotspot/src/share/vm/c1/c1_LIRAssembler.hpp	Wed Feb 02 11:35:26 2011 -0500
@@ -252,6 +252,12 @@
 #ifdef TARGET_ARCH_sparc
 # include "c1_LIRAssembler_sparc.hpp"
 #endif
+#ifdef TARGET_ARCH_arm
+# include "c1_LIRAssembler_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "c1_LIRAssembler_ppc.hpp"
+#endif
 
 };