summaryrefslogtreecommitdiff
path: root/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
commit0a4da9c6a12371bb8bb36ef5cbb6922e0138dde2 (patch)
tree154f232638c4420022f1ec694d3dfabaf3fbacf8 /lib/Target/ARM/ARMISelLowering.cpp
parent7dbd34b199be8d053240a67cc1e81a04096af1c2 (diff)
downloadllvm-0a4da9c6a12371bb8bb36ef5cbb6922e0138dde2.tar.gz
llvm-0a4da9c6a12371bb8bb36ef5cbb6922e0138dde2.tar.bz2
llvm-0a4da9c6a12371bb8bb36ef5cbb6922e0138dde2.tar.xz
Remove this instance of dl as it's defined in a previous scope.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176208 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r--lib/Target/ARM/ARMISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp
index ef96e56f3a..b8ff5b3bd6 100644
--- a/lib/Target/ARM/ARMISelLowering.cpp
+++ b/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_)