Skip to content

Commit 8534815

Browse files
author
tnowicki
committed
Fix formatting
1 parent a012ba9 commit 8534815

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
@@ -1747,8 +1747,8 @@ static Instruction *splitBeforeCatchSwitch(CatchSwitchInst *CatchSwitch) {
17471747
}
17481748

17491749
static BasicBlock::iterator getSpillInsertionPt(const coro::Shape &Shape,
1750-
Value *Def,
1751-
const DominatorTree &DT) {
1750+
Value *Def,
1751+
const DominatorTree &DT) {
17521752
BasicBlock::iterator InsertPt;
17531753
if (auto *Arg = dyn_cast<Argument>(Def)) {
17541754
// For arguments, we will place the store instruction right after

0 commit comments

Comments
 (0)