Skip to content

Commit 3e832cf

Browse files
committed
Apply clang-format to CGBuiltin.cpp
1 parent 4e017e4 commit 3e832cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/CodeGen/CGBuiltin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19490,8 +19490,8 @@ Value *CodeGenFunction::EmitHLSLBuiltinExpr(unsigned BuiltinID,
1949019490

1949119491
if (NumElements == 4) {
1949219492
return Builder.CreateShuffleVector(LowSum, HighSumPlusCarry,
19493-
ArrayRef<int>{0, 2, 1, 3},
19494-
"hlsl.AddUint64");
19493+
ArrayRef<int>{0, 2, 1, 3},
19494+
"hlsl.AddUint64");
1949519495
}
1949619496

1949719497
llvm::Value *Result = PoisonValue::get(OpA->getType());

0 commit comments

Comments
 (0)