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 d29a1be commit a2fac3fCopy full SHA for a2fac3f
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