summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-02-27 20:34:14 +0000
committerChad Rosier <mcrosier@apple.com>2013-02-27 20:34:14 +0000
commitd3e47ca423ae5918e9b7d238635ed04c72d13db3 (patch)
treecefa48c0088cd8651923b8122881c304642cd7ab /llvm/lib/Target/ARM/ARMISelLowering.cpp
parentd4ac74ffccb52c11305094da159ef73b612df5f2 (diff)
downloadbcm5719-llvm-d3e47ca423ae5918e9b7d238635ed04c72d13db3.tar.gz
bcm5719-llvm-d3e47ca423ae5918e9b7d238635ed04c72d13db3.zip
Remove this instance of dl as it's defined in a previous scope.
llvm-svn: 176208
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp
index ef96e56f3a2..b8ff5b3bd65 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.cpp
+++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp
@@ -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_)
OpenPOWER on IntegriCloud