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:
parent
f375282672
commit
42e3fde99d
@ -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