Skip to content

Commit b63c6e5

Browse files
committed
[NFC][Clang] Add missing & to function argument
Differential Revision: https://reviews.llvm.org/D158991
1 parent ee252b9 commit b63c6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGCall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,7 @@ static void getTrivialDefaultFunctionAttributes(
20062006
/// though we had emitted it ourselves. We remove any attributes on F that
20072007
/// conflict with the attributes we add here.
20082008
static void mergeDefaultFunctionDefinitionAttributes(
2009-
llvm::Function &F, const CodeGenOptions CodeGenOpts,
2009+
llvm::Function &F, const CodeGenOptions &CodeGenOpts,
20102010
const LangOptions &LangOpts, const TargetOptions &TargetOpts,
20112011
bool WillInternalize) {
20122012

0 commit comments

Comments
 (0)