Fix r318786

llvm-svn: 318787
This commit is contained in:
Hans Wennborg 2017-11-21 18:00:01 +00:00
parent 5c122882ed
commit 70e22d121d
1 changed files with 2 additions and 2 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)) {