ANSIfy more. Still no behavior change.

llvm-svn: 302259
This commit is contained in:
Nico Weber 2017-05-05 17:16:58 +00:00
parent 0a234047eb
commit 050af67ea8
1 changed files with 1 additions and 1 deletions

View File

@ -2751,7 +2751,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(const FunctionDecl *FD,
// Push a clang.arc.use cleanup for each object in RetainableOperands. The
// cleanup will cause the use to appear after the final log call, keeping
// the object valid while it's held in the log buffer. Note that if theres
// the object valid while it's held in the log buffer. Note that if there's
// a release cleanup on the object, it will already be active; since
// cleanups are emitted in reverse order, the use will occur before the
// object is released.