Skip to content

Commit cb9a29e

Browse files
committed
clang-format
1 parent 761b3e2 commit cb9a29e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/CodeGen/CGBuiltin.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19041,8 +19041,7 @@ Value *CodeGenFunction::EmitAMDGPUBuiltinExpr(unsigned BuiltinID,
1904119041
llvm::Type *DataTy = ConvertType(E->getArg(0)->getType());
1904219042
llvm::Type *IntTy = llvm::IntegerType::get(
1904319043
Builder.getContext(), DataTy->getPrimitiveSizeInBits());
19044-
Function *F =
19045-
CGM.getIntrinsic(Intrinsic::amdgcn_update_dpp, IntTy);
19044+
Function *F = CGM.getIntrinsic(Intrinsic::amdgcn_update_dpp, IntTy);
1904619045
assert(E->getNumArgs() == 5 || E->getNumArgs() == 6);
1904719046
bool InsertOld = E->getNumArgs() == 5;
1904819047
if (InsertOld)

0 commit comments

Comments
 (0)