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
This commit is contained in:
Jim Grosbach 2014-04-16 00:42:43 +00:00
parent 09256c5bb5
commit e35b6d2695

View File

@ -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