diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2017-05-05 17:15:08 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2017-05-05 17:15:08 +0000 |
| commit | 0a234047eb3ffd352ce7e14b86c0dedd0ec0b0fb (patch) | |
| tree | d3be678d2845f71ef5a161ec22aee485edc7160d /clang/lib/CodeGen | |
| parent | 60afb4386d19f17d11b183868eb32da06e7fa3eb (diff) | |
| download | bcm5719-llvm-0a234047eb3ffd352ce7e14b86c0dedd0ec0b0fb.tar.gz bcm5719-llvm-0a234047eb3ffd352ce7e14b86c0dedd0ec0b0fb.zip | |
ANSIfy. No behavior change.
llvm-svn: 302258
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGBuiltin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp index 6ea0a325a42..49a0949d1e0 100644 --- a/clang/lib/CodeGen/CGBuiltin.cpp +++ b/clang/lib/CodeGen/CGBuiltin.cpp @@ -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 there’s + // 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. |

