mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8039045: PPC64: need include in adl generated files after 8001532
Reviewed-by: kvn
This commit is contained in:
parent
6db303a301
commit
419ae8206b
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,6 @@ int main(int argc, char *argv[])
|
||||||
AD.addInclude(AD._CPP_file, "vmreg_arm.inline.hpp");
|
AD.addInclude(AD._CPP_file, "vmreg_arm.inline.hpp");
|
||||||
#endif
|
#endif
|
||||||
#ifdef TARGET_ARCH_ppc
|
#ifdef TARGET_ARCH_ppc
|
||||||
AD.addInclude(AD._CPP_file, "assembler_ppc.inline.hpp");
|
|
||||||
AD.addInclude(AD._CPP_file, "nativeInst_ppc.hpp");
|
AD.addInclude(AD._CPP_file, "nativeInst_ppc.hpp");
|
||||||
AD.addInclude(AD._CPP_file, "vmreg_ppc.inline.hpp");
|
AD.addInclude(AD._CPP_file, "vmreg_ppc.inline.hpp");
|
||||||
#endif
|
#endif
|
||||||
|
@ -274,6 +273,7 @@ int main(int argc, char *argv[])
|
||||||
AD.addInclude(AD._DFA_file, "opto/cfgnode.hpp"); // Use PROB_MAX in predicate.
|
AD.addInclude(AD._DFA_file, "opto/cfgnode.hpp"); // Use PROB_MAX in predicate.
|
||||||
AD.addInclude(AD._DFA_file, "opto/matcher.hpp");
|
AD.addInclude(AD._DFA_file, "opto/matcher.hpp");
|
||||||
AD.addInclude(AD._DFA_file, "opto/opcodes.hpp");
|
AD.addInclude(AD._DFA_file, "opto/opcodes.hpp");
|
||||||
|
AD.addInclude(AD._DFA_file, "opto/convertnode.hpp");
|
||||||
// Make sure each .cpp file starts with include lines:
|
// Make sure each .cpp file starts with include lines:
|
||||||
// files declaring and defining generators for Mach* Objects (hpp,cpp)
|
// files declaring and defining generators for Mach* Objects (hpp,cpp)
|
||||||
// Generate the result files:
|
// Generate the result files:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue