mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-15 12:09:51 +00:00
test commit. update comment grammatically. NFC
llvm-svn: 276425
This commit is contained in:
parent
7846c9b8f0
commit
b772151a17
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user