1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Remove unused variable

llvm-svn: 260722
This commit is contained in:
David Majnemer 2016-02-12 20:33:51 +00:00
parent f375282672
commit 42e3fde99d

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())