Skip to content

Commit fc939db

Browse files
committed
One more char to revert things to previous state
1 parent 07ec283 commit fc939db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGHLSLRuntime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class CGHLSLRuntime {
169169
llvm::hlsl::ElementType ET,
170170
BufferResBinding &Binding);
171171
void addConstant(VarDecl *D, Buffer &CB);
172-
void addBufferDecls(const DeclContext *D, Buffer &CB);
172+
void addBufferDecls(const DeclContext *DC, Buffer &CB);
173173
llvm::Triple::ArchType getArch();
174174
llvm::SmallVector<Buffer> Buffers;
175175

0 commit comments

Comments
 (0)