< prev index next >

src/share/vm/opto/superword.hpp

Print this page

        

*** 227,236 **** --- 227,237 ---- }; // -----------------------------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 >