< prev index next >

src/share/vm/opto/memnode.cpp

Print this page

        

*** 3002,3012 **** return TypeTuple::MEMBAR; } //------------------------------match------------------------------------------ // Construct projections for memory. ! Node *MemBarNode::match( const ProjNode *proj, const Matcher *m ) { switch (proj->_con) { case TypeFunc::Control: case TypeFunc::Memory: return new MachProjNode(this,proj->_con,RegMask::Empty,MachProjNode::unmatched_proj); } --- 3002,3012 ---- return TypeTuple::MEMBAR; } //------------------------------match------------------------------------------ // Construct projections for memory. ! Node *MemBarNode::match(const ProjNode *proj, const Matcher *m, const RegMask* mask) { switch (proj->_con) { case TypeFunc::Control: case TypeFunc::Memory: return new MachProjNode(this,proj->_con,RegMask::Empty,MachProjNode::unmatched_proj); }
< prev index next >