Skip to content

Commit 84a4c4b

Browse files
Joao SaffranJoao Saffran
authored andcommitted
format
1 parent 6e20bdf commit 84a4c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/DirectX/DXILPostOptimizationValidation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ static void validateDescriptorTables(Module &M,
345345
(uint64_t)Range.NumDescriptors - (uint64_t)1U;
346346
if (UpperBound > ~0U)
347347
reportOverflowingRange(M, Range);
348-
348+
349349
uint64_t AppendingUpperBound =
350350
(uint64_t)Offset + (uint64_t)Range.NumDescriptors - (uint64_t)1U;
351351
if (AppendingUpperBound > ~0U)

0 commit comments

Comments
 (0)