mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 01:14:12 +00:00
Remove dead variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10218 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1af55e1693
commit
b66214c5ad
@ -180,7 +180,6 @@ static bool IdenticalComplexInst(const Instruction *I1, const Instruction *I2) {
|
||||
|
||||
void BVNImpl::visitGetElementPtrInst(GetElementPtrInst &I) {
|
||||
Value *Op = I.getOperand(0);
|
||||
Function *F = I.getParent()->getParent();
|
||||
|
||||
for (Value::use_iterator UI = Op->use_begin(), UE = Op->use_end();
|
||||
UI != UE; ++UI)
|
||||
|
Loading…
Reference in New Issue
Block a user