Skip to content

Commit e09338a

Browse files
inbelicIcohedron
andauthored
review: fix up comment
Co-authored-by: Deric C. <[email protected]>
1 parent 137bd96 commit e09338a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CodeGenModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7534,8 +7534,8 @@ void CodeGenModule::EmitTopLevelDecl(Decl *D) {
75347534
getContext().getCanonicalTagType(cast<EnumDecl>(D)));
75357535
break;
75367536

7537-
// Will be handled by attached function
75387537
case Decl::HLSLRootSignature:
7538+
// Will be handled by attached function
75397539
break;
75407540
case Decl::HLSLBuffer:
75417541
getHLSLRuntime().addBuffer(cast<HLSLBufferDecl>(D));

0 commit comments

Comments
 (0)