[clang]: Fix misapplied patch in 346582.
authorKristina Brooks <kristina@nym.hush.com>
Sat, 10 Nov 2018 08:04:38 +0000 (08:04 +0000)
committerKristina Brooks <kristina@nym.hush.com>
Sat, 10 Nov 2018 08:04:38 +0000 (08:04 +0000)
llvm-svn: 346583

clang/lib/CodeGen/CGDeclCXX.cpp

index ac229d033a571247c68d84a4b4477be20a899fb5..4a025c276520c72502a154f586aad91e6830f1cc 100644 (file)
@@ -63,7 +63,7 @@ static void EmitDeclInit(CodeGenFunction &CGF, const VarDecl &D,
 /// Emit code to cause the destruction of the given variable with
 /// static storage duration.
 static void EmitDeclDestroy(CodeGenFunction &CGF, const VarDecl &D,
-                            ConstantAddress addr) {
+                            ConstantAddress Addr) {
   CodeGenModule &CGM = CGF.CGM;
 
   // FIXME:  __attribute__((cleanup)) ?