mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-02 00:35:27 +00:00
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:
parent
06016cc257
commit
c1bf0b56b5
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user