Author: Kazu Hirata Date: 2023-05-25T23:52:09-07:00 New Revision: 71decdfee0b0f0ebb066327d8eb1c15146e67d0c
URL: https://github.com/llvm/llvm-project/commit/71decdfee0b0f0ebb066327d8eb1c15146e67d0c DIFF: https://github.com/llvm/llvm-project/commit/71decdfee0b0f0ebb066327d8eb1c15146e67d0c.diff LOG: [CodeGen] Remove unused declaration EmitMoveFromReturnSlot The corresponding function definition was removed by: commit 56e5a2e13e3048fc2ff39029cde406d9f4eb55f3 Author: George Burgess IV <george.burgess...@gmail.com> Date: Sat Mar 10 01:11:17 2018 +0000 Added: Modified: clang/lib/CodeGen/CGExprAgg.cpp Removed: ################################################################################ diff --git a/clang/lib/CodeGen/CGExprAgg.cpp b/clang/lib/CodeGen/CGExprAgg.cpp index 7a2d65084887..0b29190c0930 100644 --- a/clang/lib/CodeGen/CGExprAgg.cpp +++ b/clang/lib/CodeGen/CGExprAgg.cpp @@ -85,8 +85,6 @@ class AggExprEmitter : public StmtVisitor<AggExprEmitter> { void EmitCopy(QualType type, const AggValueSlot &dest, const AggValueSlot &src); - void EmitMoveFromReturnSlot(const Expr *E, RValue Src); - void EmitArrayInit(Address DestPtr, llvm::ArrayType *AType, QualType ArrayQTy, Expr *ExprToVisit, ArrayRef<Expr *> Args, Expr *ArrayFiller); _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits