Skip to content

Commit 0b3e16b

Browse files
author
joaosaffran
committed
format
1 parent 8b61ffd commit 0b3e16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/DirectX/DXILRootSignature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ static bool validate(LLVMContext *Ctx, const mcdxbc::RootSignatureDesc &RSD) {
450450
return reportValueError(Ctx, "RegisterSpace", Range.RegisterSpace);
451451

452452
if (!verifyDescriptorRangeFlag(RSD.Version, Range.RangeType,
453-
Range.Flags))
453+
Range.Flags))
454454
return reportValueError(Ctx, "DescriptorFlag", Range.Flags);
455455
}
456456
break;

0 commit comments

Comments
 (0)