|
@@ -1521,7 +1521,7 @@ void CodeGenFunction::EmitParmDecl(const VarDecl &D, llvm::Value *Arg,
|
|
|
|
|
|
if (lt == Qualifiers::OCL_Weak) {
|
|
if (lt == Qualifiers::OCL_Weak) {
|
|
EmitARCInitWeak(DeclPtr, Arg);
|
|
EmitARCInitWeak(DeclPtr, Arg);
|
|
- doStore = false; // The weak init is a store, no need to do two
|
|
|
|
|
|
+ doStore = false; // The weak init is a store, no need to do two.
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|