Skip to content

Commit 6e03e01

Browse files
committed
format
1 parent e63eb59 commit 6e03e01

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
@@ -1931,7 +1931,7 @@ static void insertSpills(const FrameDataInfo &FrameData, coro::Shape &Shape) {
19311931
U->replaceUsesOfWith(Def, CurrentReload);
19321932
// Instructions are added to Def's user list if the attached
19331933
// debug records use Def. Update those now.
1934-
for (auto &DPV: U->getDbgValueRange())
1934+
for (auto &DPV : U->getDbgValueRange())
19351935
DPV.replaceVariableLocationOp(Def, CurrentReload, true);
19361936
}
19371937
}

0 commit comments

Comments
 (0)