Skip to content

Commit 825f9d3

Browse files
author
Kristina Brooks
committed
[clang]: Fix misapplied patch in 346582.
llvm-svn: 346583
1 parent 1333b57 commit 825f9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGDeclCXX.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static void EmitDeclInit(CodeGenFunction &CGF, const VarDecl &D,
6363
/// Emit code to cause the destruction of the given variable with
6464
/// static storage duration.
6565
static void EmitDeclDestroy(CodeGenFunction &CGF, const VarDecl &D,
66-
ConstantAddress addr) {
66+
ConstantAddress Addr) {
6767
CodeGenModule &CGM = CGF.CGM;
6868

6969
// FIXME: __attribute__((cleanup)) ?

0 commit comments

Comments
 (0)