diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-02-27 20:34:14 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-02-27 20:34:14 +0000 |
commit | d3e47ca423ae5918e9b7d238635ed04c72d13db3 (patch) | |
tree | cefa48c0088cd8651923b8122881c304642cd7ab /llvm/lib/Target/ARM/ARMISelLowering.cpp | |
parent | d4ac74ffccb52c11305094da159ef73b612df5f2 (diff) | |
download | bcm5719-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.cpp | 1 |
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_) |