diff options
| -rw-r--r-- | llvm/lib/Target/ARM64/ARM64CollectLOH.cpp | 1 | 
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  | 

