Minor code cleanup. NFC.

llvm-svn: 261200
This commit is contained in:
Junmo Park 2016-02-18 10:09:20 +00:00
parent 10813a4efa
commit 80440eb804
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ private:
return true;
}
bool isMatchingMemLoc(const ParseMemoryInst &Inst) const {
return (getPointerOperand() == Inst.getPointerOperand() &&
getMatchingId() == Inst.getMatchingId());