< prev index next >

src/share/vm/opto/superword.hpp

Print this page

        

@@ -227,10 +227,11 @@
 };
 
 // -----------------------------SuperWord---------------------------------
 // Transforms scalar operations into packed (superword) operations.
 class SuperWord : public ResourceObj {
+ friend class SWPointer;
  private:
   PhaseIdealLoop* _phase;
   Arena*          _arena;
   PhaseIterGVN   &_igvn;
 
< prev index next >