Skip to content

Commit 5493c0d

Browse files
committed
Fix typo.
1 parent ed6894a commit 5493c0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/CodeGen/CGExprAgg.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ void AggExprEmitter::withReturnValueSlot(
303303
llvm::IntrinsicInst *LifetimeStartInst = nullptr;
304304
if (!UseTemp) {
305305
RetAddr = Dest.getAddress();
306-
RawAddress RetAllocaAddr = RawAddress::invalid();
307306
} else {
308307
RetAddr = CGF.CreateMemTempWithoutCast(RetTy, "tmp");
309308
llvm::TypeSize Size =

0 commit comments

Comments
 (0)