summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2014-04-16 00:42:43 +0000
committerJim Grosbach <grosbach@apple.com>2014-04-16 00:42:43 +0000
commit01fc5887ad17e40d212a426af28ab709d3e39ca1 (patch)
treeaca11116360994824359302cefd19b4b5e42f93f /llvm/lib
parent28331ae67e67f885ee8dce4494dddfba48915d6e (diff)
downloadbcm5719-llvm-01fc5887ad17e40d212a426af28ab709d3e39ca1.tar.gz
bcm5719-llvm-01fc5887ad17e40d212a426af28ab709d3e39ca1.zip
ARM64: Nuke some dead code.
Missed in previous commit. llvm-svn: 206343
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM64/ARM64CollectLOH.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM64/ARM64CollectLOH.cpp b/llvm/lib/Target/ARM64/ARM64CollectLOH.cpp
index 5f7e8283dee..713b53d5c54 100644
--- a/llvm/lib/Target/ARM64/ARM64CollectLOH.cpp
+++ b/llvm/lib/Target/ARM64/ARM64CollectLOH.cpp
@@ -827,7 +827,6 @@ static void computeOthers(const InstrToInstrs &UseToDefs,
// PotentialCandidates are result of a chain ADRP -> ADD/LDR ->
// A potential candidate becomes a candidate, if its current immediate
// operand is zero and all nodes of the chain have respectively only one user
- SetOfMachineInstr::const_iterator CandidateIt, EndCandidateIt;
#ifdef DEBUG
SetOfMachineInstr DefsOfPotentialCandidates;
#endif
OpenPOWER on IntegriCloud