Skip to content

Commit 54efe21

Browse files
hekotabogner
andauthored
Update llvm/lib/Analysis/DXILResource.cpp
Co-authored-by: Justin Bogner <[email protected]>
1 parent 6a51545 commit 54efe21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/DXILResource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ void DXILResourceBindingInfo::populate(Module &M, DXILResourceTypeMap &DRTM) {
10801080
S = &BS->Spaces.emplace_back(B.Space);
10811081

10821082
// The space is full - there are no free slots left, or the rest of the
1083-
// slots are taken by an unbouded array. Set flag to report overlapping
1083+
// slots are taken by an unbounded array. Set flag to report overlapping
10841084
// binding later.
10851085
if (S->FreeRanges.empty() || S->FreeRanges.back().UpperBound < UINT32_MAX) {
10861086
OverlappingBinding = true;

0 commit comments

Comments
 (0)