Skip to content

Commit cca4a31

Browse files
bognerhekota
andauthored
Update llvm/lib/Frontend/HLSL/CBuffer.cpp
Co-authored-by: Helena Kotas <[email protected]>
1 parent 9a77087 commit cca4a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Frontend/HLSL/CBuffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ std::optional<CBufferMetadata> CBufferMetadata::get(Module &M) {
4343
for (const MDNode *MD : CBufMD->operands()) {
4444
assert(MD->getNumOperands() && "Invalid cbuffer metadata");
4545

46-
// For an unused cbuffer, the handle may have been optimizzd out
46+
// For an unused cbuffer, the handle may have been optimized out
4747
Metadata *OpMD = MD->getOperand(0);
4848
if (!OpMD)
4949
continue;

0 commit comments

Comments
 (0)