Skip to content

Commit 5c677a5

Browse files
author
joaosaffran
committed
format
1 parent 8b831f8 commit 5c677a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Target/DirectX/DXILRootSignature.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,9 @@ static bool verifyDescriptorRangeFlag(uint32_t Version, uint32_t Type,
366366
return false;
367367

368368
// The descriptor-specific flags are mutually exclusive.
369-
FlagT DescriptorFlags = FlagT::DESCRIPTORS_STATIC_KEEPING_BUFFER_BOUNDS_CHECKS |
370-
FlagT::DESCRIPTORS_VOLATILE;
369+
FlagT DescriptorFlags =
370+
FlagT::DESCRIPTORS_STATIC_KEEPING_BUFFER_BOUNDS_CHECKS |
371+
FlagT::DESCRIPTORS_VOLATILE;
371372
if (popcount(llvm::to_underlying(Flags & DescriptorFlags)) > 1)
372373
return false;
373374

0 commit comments

Comments
 (0)