diff options
author | Rageking8 <tomleetyt@gmail.com> | 2022-11-08 07:21:23 -0500 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2022-11-08 07:21:23 -0500 |
commit | 94738a5ac34283bb034b022602b9f9e93d67081f (patch) | |
tree | 447d35886b076c757eb2a409cee06016bd196fd8 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 4b0fd43512acaf7e167a27fb143f679775e09247 (diff) | |
download | llvm-94738a5ac34283bb034b022602b9f9e93d67081f.zip llvm-94738a5ac34283bb034b022602b9f9e93d67081f.tar.gz llvm-94738a5ac34283bb034b022602b9f9e93d67081f.tar.bz2 |
Fix duplicate word typos; NFC
This revision fixes typos where there are 2 consecutive words which are
duplicated. There should be no code changes in this revision (only
changes to comments and docs). Do let me know if there are any
undesirable changes in this revision. Thanks.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 560a9d9..05e5bad 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -2231,7 +2231,7 @@ public: /// Emit the unified return block, trying to avoid its emission when /// possible. /// \return The debug location of the user written return statement if the - /// return block is is avoided. + /// return block is avoided. llvm::DebugLoc EmitReturnBlock(); /// FinishFunction - Complete IR generation of the current function. It is @@ -2884,7 +2884,7 @@ public: AggValueSlot::Overlap_t Overlap, SourceLocation Loc, bool NewPointerIsChecked); - /// Emit assumption load for all bases. Requires to be be called only on + /// Emit assumption load for all bases. Requires to be called only on /// most-derived class and not under construction of the object. void EmitVTableAssumptionLoads(const CXXRecordDecl *ClassDecl, Address This); |