Skip to content

Commit da838a9

Browse files
committed
Merge branch 'users/hekota/pr137258-resource-binding-analysis' of https://github.com/llvm/llvm-project into implicit-binding-pass
2 parents 79c2e7b + e9747e5 commit da838a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Analysis/DXILResource.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,6 @@ void DXILResourceBindingInfo::populate(Module &M, DXILResourceTypeMap &DRTM) {
977977
LastFreeRange.LowerBound = B.UpperBound + 1;
978978
else
979979
S->FreeRanges.pop_back();
980-
981980
} else if (LastFreeRange.LowerBound < B.LowerBound) {
982981
LastFreeRange.UpperBound = B.LowerBound - 1;
983982
if (B.UpperBound < UINT32_MAX)

0 commit comments

Comments
 (0)