Skip to content

Commit 8c5fca4

Browse files
committed
remove whitespace
1 parent c4acf6f commit 8c5fca4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

gen/ms-cxx-helper.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ void cloneBlocks(const std::vector<llvm::BasicBlock *> &srcblocks,
8383
llvm::BasicBlock *continueWith, llvm::BasicBlock *unwindTo,
8484
llvm::Value *funclet) {
8585
llvm::ValueToValueMapTy VMap;
86-
8786
// map the terminal branch to the new target
8887
if (continueWith) {
8988
if (auto term = srcblocks.back()->getTerminator()) {
@@ -119,7 +118,6 @@ void cloneBlocks(const std::vector<llvm::BasicBlock *> &srcblocks,
119118

120119
newInst->insertInto(nbb, nbb->end());
121120
VMap[Inst] = newInst;
122-
123121
if (unwindTo)
124122
if (auto dest = getUnwindDest(Inst))
125123
VMap[dest] = unwindTo;

0 commit comments

Comments
 (0)