Skip to content

Commit b3e4337

Browse files
author
tnowicki
committed
Fix formatting
1 parent 22fe097 commit b3e4337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Coroutines/CoroFrame.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,8 +1730,8 @@ static Instruction *splitBeforeCatchSwitch(CatchSwitchInst *CatchSwitch) {
17301730
}
17311731

17321732
static BasicBlock::iterator getSpillInsertionPt(const coro::Shape &Shape,
1733-
Value *Def,
1734-
const DominatorTree &DT) {
1733+
Value *Def,
1734+
const DominatorTree &DT) {
17351735
BasicBlock::iterator InsertPt;
17361736
if (auto *Arg = dyn_cast<Argument>(Def)) {
17371737
// For arguments, we will place the store instruction right after

0 commit comments

Comments
 (0)