Skip to content

Commit 8917d52

Browse files
committed
[X86] createSetFPEnvNodes - pass SDLoc by reference instead of value.
1 parent e093109 commit 8917d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27837,7 +27837,7 @@ SDValue X86TargetLowering::LowerGET_FPENV_MEM(SDValue Op,
2783727837
return Chain;
2783827838
}
2783927839

27840-
static SDValue createSetFPEnvNodes(SDValue Ptr, SDValue Chain, SDLoc DL,
27840+
static SDValue createSetFPEnvNodes(SDValue Ptr, SDValue Chain, const SDLoc &DL,
2784127841
EVT MemVT, MachineMemOperand *MMO,
2784227842
SelectionDAG &DAG,
2784327843
const X86Subtarget &Subtarget) {

0 commit comments

Comments
 (0)