src/share/vm/adlc/main.cpp

changeset 6441
d2907f74462e
parent 5000
a6e09d6dd8e5
child 6472
2b8e28fdf503
     1.1 --- a/src/share/vm/adlc/main.cpp	Wed Jun 19 12:29:30 2013 +0200
     1.2 +++ b/src/share/vm/adlc/main.cpp	Thu Jun 20 16:30:44 2013 -0700
     1.3 @@ -243,6 +243,11 @@
     1.4    AD.addInclude(AD._CPP_file, "nativeInst_arm.hpp");
     1.5    AD.addInclude(AD._CPP_file, "vmreg_arm.inline.hpp");
     1.6  #endif
     1.7 +#ifdef TARGET_ARCH_ppc
     1.8 +  AD.addInclude(AD._CPP_file, "assembler_ppc.inline.hpp");
     1.9 +  AD.addInclude(AD._CPP_file, "nativeInst_ppc.hpp");
    1.10 +  AD.addInclude(AD._CPP_file, "vmreg_ppc.inline.hpp");
    1.11 +#endif
    1.12    AD.addInclude(AD._HPP_file, "memory/allocation.hpp");
    1.13    AD.addInclude(AD._HPP_file, "opto/machnode.hpp");
    1.14    AD.addInclude(AD._HPP_file, "opto/node.hpp");

mercurial