From: Anna Thomas Date: Fri, 22 Jul 2016 15:37:56 +0000 (+0000) Subject: test commit. update comment grammatically. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc9c0d47cbe48e088eef2eb4e9e456e611d806a1;p=clang test commit. update comment grammatically. NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276425 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDeclCXX.cpp b/lib/CodeGen/CGDeclCXX.cpp index 89d142e44b..a2488dc231 100644 --- a/lib/CodeGen/CGDeclCXX.cpp +++ b/lib/CodeGen/CGDeclCXX.cpp @@ -121,7 +121,7 @@ static void EmitDeclDestroy(CodeGenFunction &CGF, const VarDecl &D, /// constant from this point onwards. static void EmitDeclInvariant(CodeGenFunction &CGF, const VarDecl &D, llvm::Constant *Addr) { - // Don't emit the intrinsic if we're not optimizing. + // Do not emit the intrinsic if we're not optimizing. if (!CGF.CGM.getCodeGenOpts().OptimizationLevel) return;