Skip to content

Commit 7b062e1

Browse files
author
tnowicki
committed
SWDEV-303548 - Fixed comment
1 parent 207da54 commit 7b062e1

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
@@ -1133,7 +1133,7 @@ static void insertSpills(const FrameDataInfo &FrameData, coro::Shape &Shape) {
11331133
bool AllowUnresolved = false;
11341134
// This dbg.declare is preserved for all coro-split function
11351135
// fragments. It will be unreachable in the main function, and
1136-
// processed by coro::salvageDebugInfo() by BaseCloner.
1136+
// processed by coro::salvageDebugInfo() by the Cloner.
11371137
if (UseNewDbgInfoFormat) {
11381138
DbgVariableRecord *NewDVR = new DbgVariableRecord(
11391139
ValueAsMetadata::get(CurrentReload), DDI->getVariable(),

0 commit comments

Comments
 (0)