Skip to content

Commit 3a5ee8a

Browse files
committed
clang format
1 parent ca8e42f commit 3a5ee8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Target/AMDGPU/SIISelLowering.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3865,8 +3865,9 @@ SDValue SITargetLowering::LowerCall(CallLoweringInfo &CLI,
38653865
if (InGlue.getNode())
38663866
GlueOps.push_back(InGlue);
38673867

3868-
InGlue = SDValue(DAG.getMachineNode(TargetOpcode::CONVERGENCECTRL_GLUE,
3869-
DL, MVT::Glue, GlueOps), 0);
3868+
InGlue = SDValue(DAG.getMachineNode(TargetOpcode::CONVERGENCECTRL_GLUE, DL,
3869+
MVT::Glue, GlueOps),
3870+
0);
38703871
}
38713872

38723873
if (InGlue.getNode())

0 commit comments

Comments
 (0)