src/share/vm/adlc/adlparse.hpp

changeset 6478
044b28168e20
parent 3316
f03a3c8bd5e5
child 6876
710a3c8b516e
child 7853
a1642365d69f
     1.1 --- a/src/share/vm/adlc/adlparse.hpp	Thu Nov 07 11:47:11 2013 +0100
     1.2 +++ b/src/share/vm/adlc/adlparse.hpp	Thu Nov 14 19:24:59 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -159,6 +159,8 @@
    1.11    void           ins_encode_parse(InstructForm &inst);
    1.12    void           ins_encode_parse_block(InstructForm &inst);
    1.13    void           ins_encode_parse_block_impl(InstructForm& inst, EncClass* encoding, char* ec_name);
    1.14 +  // Parse instruction postalloc expand rule.
    1.15 +  void           postalloc_expand_parse(InstructForm &inst);
    1.16  
    1.17    void           constant_parse(InstructForm& inst);
    1.18    void           constant_parse_expression(EncClass* encoding, char* ec_name);

mercurial