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 a012ba9 commit 8534815Copy full SHA for 8534815
llvm/lib/Transforms/Coroutines/CoroFrame.cpp
@@ -1747,8 +1747,8 @@ static Instruction *splitBeforeCatchSwitch(CatchSwitchInst *CatchSwitch) {
1747
}
1748
1749
static BasicBlock::iterator getSpillInsertionPt(const coro::Shape &Shape,
1750
- Value *Def,
1751
- const DominatorTree &DT) {
+ Value *Def,
+ const DominatorTree &DT) {
1752
BasicBlock::iterator InsertPt;
1753
if (auto *Arg = dyn_cast<Argument>(Def)) {
1754
// For arguments, we will place the store instruction right after
0 commit comments