Skip to content

Commit 27ad782

Browse files
committed
clang-format
1 parent 917850d commit 27ad782

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/CodeGen/TargetBuiltins/WebAssembly.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,7 @@ Value *CodeGenFunction::EmitWebAssemblyBuiltinExpr(unsigned BuiltinID,
267267
addType(LLVMFuncTy->getReturnType());
268268
// The token type indicates the boundary between return types and param
269269
// types.
270-
Args.push_back(
271-
PoisonValue::get(llvm::Type::getTokenTy(getLLVMContext())));
270+
Args.push_back(PoisonValue::get(llvm::Type::getTokenTy(getLLVMContext())));
272271
for (uint i = 0; i < NParams; i++) {
273272
addType(LLVMFuncTy->getParamType(i));
274273
}

0 commit comments

Comments
 (0)