hotspot/src/share/vm/adlc/archDesc.hpp
changeset 22844 90f76a40ed8a
parent 13971 3c568f3dacca
child 22865 3b8857d7b3cc
--- a/hotspot/src/share/vm/adlc/archDesc.hpp	Thu Nov 07 11:47:11 2013 +0100
+++ b/hotspot/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,