Remove unused variable

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Majnemer 2016-02-12 20:33:51 +00:00
parent 06016cc257
commit c1bf0b56b5

View File

@ -1961,7 +1961,6 @@ bool GVN::processLoad(LoadInst *L) {
// ... to a pointer that has been loaded from before...
MemDepResult Dep = MD->getDependency(L);
const DataLayout &DL = L->getModule()->getDataLayout();
// If it is defined in another block, try harder.
if (Dep.isNonLocal())