Skip to content

Commit 897b66a

Browse files
committed
clang format
1 parent 897d74d commit 897b66a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/AST/ByteCode/InterpBuiltin.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3293,7 +3293,8 @@ static bool interp__builtin_vec_set(InterpState &S, CodePtr OpPC,
32933293
return true;
32943294
}
32953295

3296-
static bool evalICmpImm(uint8_t Imm, const APSInt &A, const APSInt &B, bool IsUnsigned) {
3296+
static bool evalICmpImm(uint8_t Imm, const APSInt &A, const APSInt &B,
3297+
bool IsUnsigned) {
32973298
switch (Imm & 0x7) {
32983299
case 0x00: // _MM_CMPINT_EQ
32993300
return (A == B);

0 commit comments

Comments
 (0)