src/share/vm/opto/matcher.hpp

changeset 6478
044b28168e20
parent 5997
59e8ad757e19
child 6490
41b780b43b74
     1.1 --- a/src/share/vm/opto/matcher.hpp	Thu Nov 07 11:47:11 2013 +0100
     1.2 +++ b/src/share/vm/opto/matcher.hpp	Thu Nov 14 19:24:59 2013 -0800
     1.3 @@ -449,6 +449,10 @@
     1.4    // aligned.
     1.5    static const bool misaligned_doubles_ok;
     1.6  
     1.7 +  // Does the CPU require postalloc expand (see block.cpp for description of
     1.8 +  // postalloc expand)?
     1.9 +  static const bool require_postalloc_expand;
    1.10 +
    1.11    // Perform a platform dependent implicit null fixup.  This is needed
    1.12    // on windows95 to take care of some unusual register constraints.
    1.13    void pd_implicit_null_fixup(MachNode *load, uint idx);

mercurial