Skip to content

Commit 4cb862b

Browse files
committed
clang-format
1 parent b8d02f7 commit 4cb862b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,7 @@ void WebAssemblyMCInstLower::lower(const MachineInstr *MI,
246246
// this is a destination of a catch_ref.
247247
if (MO.getTargetFlags() == WebAssemblyII::MO_CATCH_BLOCK_SIG) {
248248
Returns = {PtrTy, wasm::ValType::EXNREF};
249-
}
250-
else
249+
} else
251250
getFunctionReturns(MI, Returns);
252251
MCOp = lowerTypeIndexOperand(std::move(Returns),
253252
SmallVector<wasm::ValType, 4>());

0 commit comments

Comments
 (0)