[llvm] r176208 - Remove this instance of dl as it's defined in a previous scope.

Chad Rosier mcrosier at apple.com
Wed Feb 27 12:34:14 PST 2013


Author: mcrosier
Date: Wed Feb 27 14:34:14 2013
New Revision: 176208

URL: http://llvm.org/viewvc/llvm-project?rev=176208&view=rev
Log:
Remove this instance of dl as it's defined in a previous scope.

Modified:
    llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp?rev=176208&r1=176207&r2=176208&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp Wed Feb 27 14:34:14 2013
@@ -2401,7 +2401,6 @@ ARMTargetLowering::LowerINTRINSIC_WO_CHA
     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_)





More information about the llvm-commits mailing list