Skip to content

Commit 6bd73c1

Browse files
committed
Rename variable to reflect downstream name.
Upstreamed renamed a variable...
1 parent a061449 commit 6bd73c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Coroutines/CoroFrame.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ static Instruction *insertSpills(const FrameDataInfo &FrameData,
16711671
// Salvage debug info on any dbg.addr that we see. We do not insert them
16721672
// into each block where we have a use though.
16731673
if (auto *DI = dyn_cast<DbgAddrIntrinsic>(U)) {
1674-
coro::salvageDebugInfo(DbgPtrAllocaCache, DI, Shape.OptimizeFrame);
1674+
coro::salvageDebugInfo(DbgPtrAllocaCache, DI, Shape.ReuseFrameSlot);
16751675
}
16761676

16771677
// If we have a single edge PHINode, remove it and replace it with a

0 commit comments

Comments
 (0)