removed unused private method decl. NFC

llvm-svn: 318786
This commit is contained in:
Nuno Lopes 2017-11-21 17:53:19 +00:00
parent 14e8a5a32d
commit 5c122882ed
1 changed files with 2 additions and 3 deletions

View File

@ -260,10 +260,10 @@ static bool instructionClobbersQuery(MemoryDef *MD,
}
}
if (UseCS) {
/*if (UseCS) {
ModRefInfo I = AA.getModRefInfo(DefInst, UseCS);
return I != MRI_NoModRef;
}
}*/
if (auto *DefLoad = dyn_cast<LoadInst>(DefInst)) {
if (auto *UseLoad = dyn_cast<LoadInst>(UseInst)) {
@ -892,7 +892,6 @@ class MemorySSA::CachingWalker final : public MemorySSAWalker {
bool AutoResetWalker = true;
MemoryAccess *getClobberingMemoryAccess(MemoryAccess *, UpwardsMemoryQuery &);
void verifyRemoved(MemoryAccess *);
public:
CachingWalker(MemorySSA *, AliasAnalysis *, DominatorTree *);