src/share/vm/adlc/archDesc.hpp

changeset 6478
044b28168e20
parent 4161
d336b3173277
child 6499
ad3b94907eed
     1.1 --- a/src/share/vm/adlc/archDesc.hpp	Thu Nov 07 11:47:11 2013 +0100
     1.2 +++ b/src/share/vm/adlc/archDesc.hpp	Thu Nov 14 19:24:59 2013 -0800
     1.3 @@ -311,6 +311,8 @@
     1.4    void defineEvalConstant(FILE *fp, InstructForm &node);
     1.5    // Generator for Emit methods for instructions
     1.6    void defineEmit        (FILE *fp, InstructForm &node);
     1.7 +  // Generator for postalloc_expand methods for instructions.
     1.8 +  void define_postalloc_expand(FILE *fp, InstructForm &node);
     1.9  
    1.10    // Define a MachOper encode method
    1.11    void define_oper_interface(FILE *fp, OperandForm &oper, FormDict &globals,

mercurial