Skip to content

Commit b986d79

Browse files
committed
Remove extra braces
1 parent 23b49a0 commit b986d79

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/Transforms/Scalar/ScalarReplAggregatesHLSL.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2760,12 +2760,11 @@ static void copyIntrinsicAggArgs(HLModule &HLM) {
27602760
break;
27612761
case IntrinsicOp::MOP_DxHitObject_FromRayQuery:
27622762
if (CI->getNumArgOperands() ==
2763-
HLOperandIndex::kHitObjectFromRayQuery_WithAttrs_NumOp) {
2763+
HLOperandIndex::kHitObjectFromRayQuery_WithAttrs_NumOp)
27642764
memcpyAggCallArg(
27652765
CI,
27662766
HLOperandIndex::kHitObjectFromRayQuery_WithAttrs_AttributeOpIdx,
27672767
/*CopyIn*/ true, /*CopyOut*/ false);
2768-
}
27692768
break;
27702769
case IntrinsicOp::MOP_DxHitObject_MakeMiss:
27712770
memcpyAggCallArg(CI, HLOperandIndex::kHitObjectMakeMiss_RayDescOpIdx,

0 commit comments

Comments
 (0)