Skip to content

Commit

Permalink
Fix r318786
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318787 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
zmodem committed Nov 21, 2017
1 parent c4d4e42 commit a5579c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Analysis/MemorySSA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit a5579c6

Please sign in to comment.