Remove this instance of dl as it's defined in a previous scope.
authorChad Rosier <mcrosier@apple.com>
Wed, 27 Feb 2013 20:34:14 +0000 (20:34 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 27 Feb 2013 20:34:14 +0000 (20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176208 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelLowering.cpp

index ef96e56f3a251a443d293d0738ddaffc5d298527..b8ff5b3bd65170d59a4977925223e07f64915688 100644 (file)
@@ -2401,7 +2401,6 @@ ARMTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG,
     ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
     unsigned ARMPCLabelIndex = AFI->createPICLabelUId();
     EVT PtrVT = getPointerTy();
-    DebugLoc dl = Op.getDebugLoc();
     Reloc::Model RelocM = getTargetMachine().getRelocationModel();
     SDValue CPAddr;
     unsigned PCAdj = (RelocM != Reloc::PIC_)