We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a77087 commit cca4a31Copy full SHA for cca4a31
llvm/lib/Frontend/HLSL/CBuffer.cpp
@@ -43,7 +43,7 @@ std::optional<CBufferMetadata> CBufferMetadata::get(Module &M) {
43
for (const MDNode *MD : CBufMD->operands()) {
44
assert(MD->getNumOperands() && "Invalid cbuffer metadata");
45
46
- // For an unused cbuffer, the handle may have been optimizzd out
+ // For an unused cbuffer, the handle may have been optimized out
47
Metadata *OpMD = MD->getOperand(0);
48
if (!OpMD)
49
continue;
0 commit comments