Skip to content

Commit a122bb3

Browse files
committed
Make cbufferLoadLegacy doc match DXIL.rst
1 parent fdedca0 commit a122bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/DirectX/DXIL.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ def CreateHandle : DXILOp<57, createHandle> {
823823
}
824824

825825
def CBufferLoadLegacy : DXILOp<59, cbufferLoadLegacy> {
826-
let Doc = "reads from a TypedBuffer";
826+
let Doc = "loads a value from a constant buffer resource";
827827
// Handle, Index
828828
let arguments = [HandleTy, Int32Ty];
829829
let result = OverloadTy;

0 commit comments

Comments
 (0)