Skip to content

Commit d701855

Browse files
andykaylorxlauko
andauthored
Change variable case
Co-authored-by: Henrich Lauko <[email protected]>
1 parent 4e7b363 commit d701855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/CIR/CodeGen/CIRGenModule.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ class CIRGenModule : public CIRGenTypeCache {
144144

145145
/// Return a global symbol reference to a constant array for the given string
146146
/// literal.
147-
cir::GlobalOp getGlobalForStringLiteral(const StringLiteral *S,
148-
llvm::StringRef Name = ".str");
147+
cir::GlobalOp getGlobalForStringLiteral(const StringLiteral *s,
148+
llvm::StringRef name = ".str");
149149

150150
const TargetCIRGenInfo &getTargetCIRGenInfo();
151151

0 commit comments

Comments
 (0)