We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6894a commit 5493c0dCopy full SHA for 5493c0d
clang/lib/CodeGen/CGExprAgg.cpp
@@ -303,7 +303,6 @@ void AggExprEmitter::withReturnValueSlot(
303
llvm::IntrinsicInst *LifetimeStartInst = nullptr;
304
if (!UseTemp) {
305
RetAddr = Dest.getAddress();
306
- RawAddress RetAllocaAddr = RawAddress::invalid();
307
} else {
308
RetAddr = CGF.CreateMemTempWithoutCast(RetTy, "tmp");
309
llvm::TypeSize Size =
0 commit comments