forked from OSchip/llvm-project
parent
10813a4efa
commit
80440eb804
|
@ -446,7 +446,7 @@ private:
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
bool isMatchingMemLoc(const ParseMemoryInst &Inst) const {
|
||||
return (getPointerOperand() == Inst.getPointerOperand() &&
|
||||
getMatchingId() == Inst.getMatchingId());
|
||||
|
|
Loading…
Reference in New Issue