[llvm] r206343 - ARM64: Nuke some dead code.
Jim Grosbach
grosbach at apple.com
Tue Apr 15 17:42:43 PDT 2014
Author: grosbach
Date: Tue Apr 15 19:42:43 2014
New Revision: 206343
URL: http://llvm.org/viewvc/llvm-project?rev=206343&view=rev
Log:
ARM64: Nuke some dead code.
Missed in previous commit.
Modified:
llvm/trunk/lib/Target/ARM64/ARM64CollectLOH.cpp
Modified: llvm/trunk/lib/Target/ARM64/ARM64CollectLOH.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM64/ARM64CollectLOH.cpp?rev=206343&r1=206342&r2=206343&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM64/ARM64CollectLOH.cpp (original)
+++ llvm/trunk/lib/Target/ARM64/ARM64CollectLOH.cpp Tue Apr 15 19:42:43 2014
@@ -827,7 +827,6 @@ static void computeOthers(const InstrToI
// 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
More information about the llvm-commits
mailing list