diff src/share/vm/adlc/archDesc.hpp @ 14428:044b28168e20

8003854: PPC64 (part 115): Introduce PostallocExpand that expands nodes after register allocation Summary: added ability in C2 to expand mach nodes to several mach nodes after register allocation Reviewed-by: kvn
author goetz
date Thu, 14 Nov 2013 19:24:59 -0800
parents d336b3173277
children ad6695638a35
line wrap: on
line diff
--- a/src/share/vm/adlc/archDesc.hpp	Thu Nov 07 11:47:11 2013 +0100
+++ b/src/share/vm/adlc/archDesc.hpp	Thu Nov 14 19:24:59 2013 -0800
@@ -311,6 +311,8 @@
   void defineEvalConstant(FILE *fp, InstructForm &node);
   // Generator for Emit methods for instructions
   void defineEmit        (FILE *fp, InstructForm &node);
+  // Generator for postalloc_expand methods for instructions.
+  void define_postalloc_expand(FILE *fp, InstructForm &node);
 
   // Define a MachOper encode method
   void define_oper_interface(FILE *fp, OperandForm &oper, FormDict &globals,