File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/lib/Transforms/Coroutines Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -637,10 +637,10 @@ void FrameTypeBuilder::addFieldForAllocas(const Function &F,
637
637
return ;
638
638
}
639
639
640
- // Because there are pathes from the lifetime.start to coro.end
640
+ // Because there are paths from the lifetime.start to coro.end
641
641
// for each alloca, the liferanges for every alloca is overlaped
642
642
// in the blocks who contain coro.end and the successor blocks.
643
- // So we choose to skip there blocks when we calculates the liferange
643
+ // So we choose to skip there blocks when we calculate the liferange
644
644
// for each alloca. It should be reasonable since there shouldn't be uses
645
645
// in these blocks and the coroutine frame shouldn't be used outside the
646
646
// coroutine body.
You can’t perform that action at this time.
0 commit comments