We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fe097 commit b3e4337Copy full SHA for b3e4337
llvm/lib/Transforms/Coroutines/CoroFrame.cpp
@@ -1730,8 +1730,8 @@ static Instruction *splitBeforeCatchSwitch(CatchSwitchInst *CatchSwitch) {
1730
}
1731
1732
static BasicBlock::iterator getSpillInsertionPt(const coro::Shape &Shape,
1733
- Value *Def,
1734
- const DominatorTree &DT) {
+ Value *Def,
+ const DominatorTree &DT) {
1735
BasicBlock::iterator InsertPt;
1736
if (auto *Arg = dyn_cast<Argument>(Def)) {
1737
// For arguments, we will place the store instruction right after
0 commit comments