src/share/vm/opto/matcher.hpp

Print this page
rev 5661 : 8003854: PPC64 (part 115): Introduce lateExpand that expands nodes after register allocation.

@@ -447,10 +447,13 @@
   // piece-by-piece.  Only happens when passing doubles into C code or when
   // calling i2c adapters as the Java calling convention forces doubles to be
   // aligned.
   static const bool misaligned_doubles_ok;
 
+  // Does the CPU require late expand (see block.cpp for description of late expand)?
+  static const bool require_late_expand;
+
   // Perform a platform dependent implicit null fixup.  This is needed
   // on windows95 to take care of some unusual register constraints.
   void pd_implicit_null_fixup(MachNode *load, uint idx);
 
   // Advertise here if the CPU requires explicit rounding operations