From e35b6d2695570bc797a014f169c139c5843517cf Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Wed, 16 Apr 2014 00:42:43 +0000 Subject: [PATCH] ARM64: Nuke some dead code. Missed in previous commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206343 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM64/ARM64CollectLOH.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/ARM64/ARM64CollectLOH.cpp b/lib/Target/ARM64/ARM64CollectLOH.cpp index 5f7e8283dee..713b53d5c54 100644 --- a/lib/Target/ARM64/ARM64CollectLOH.cpp +++ b/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 -- 2.34.1