mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Remove this instance of dl as it's defined in a previous scope.
llvm-svn: 176208
This commit is contained in:
parent
07517409f1
commit
fb2e02e725
@ -2401,7 +2401,6 @@ ARMTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG,
|
|||||||
ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
|
ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
|
||||||
unsigned ARMPCLabelIndex = AFI->createPICLabelUId();
|
unsigned ARMPCLabelIndex = AFI->createPICLabelUId();
|
||||||
EVT PtrVT = getPointerTy();
|
EVT PtrVT = getPointerTy();
|
||||||
DebugLoc dl = Op.getDebugLoc();
|
|
||||||
Reloc::Model RelocM = getTargetMachine().getRelocationModel();
|
Reloc::Model RelocM = getTargetMachine().getRelocationModel();
|
||||||
SDValue CPAddr;
|
SDValue CPAddr;
|
||||||
unsigned PCAdj = (RelocM != Reloc::PIC_)
|
unsigned PCAdj = (RelocM != Reloc::PIC_)
|
||||||
|
Loading…
Reference in New Issue
Block a user