src/share/vm/opto/addnode.cpp

changeset 2118
d6f45b55c972
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
equal deleted inserted replaced
2086:ee5cc9e78493 2118:d6f45b55c972
703 // give up 703 // give up
704 return -1; 704 return -1;
705 } 705 }
706 addr = addr->in(AddPNode::Address); 706 addr = addr->in(AddPNode::Address);
707 } 707 }
708 if (addr != base) {
709 return -1;
710 }
708 return count; 711 return count;
709 } 712 }
710 713
711 //------------------------------match_edge------------------------------------- 714 //------------------------------match_edge-------------------------------------
712 // Do we Match on this edge index or not? Do not match base pointer edge 715 // Do we Match on this edge index or not? Do not match base pointer edge

mercurial