Skip to content

Commit 24bbff3

Browse files
committed
NFC: Format code
1 parent 66296d3 commit 24bbff3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/lib/AST/ByteCode/InterpBuiltin.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2975,7 +2975,6 @@ static bool interp__builtin_vec_set(InterpState &S, CodePtr OpPC,
29752975
return true;
29762976
}
29772977

2978-
29792978
static bool interp__builtin_x86_psrldq_byteshift(InterpState &S, CodePtr OpPC,
29802979
const CallExpr *Call,
29812980
unsigned ID) {
@@ -2998,8 +2997,8 @@ static bool interp__builtin_x86_psrldq_byteshift(InterpState &S, CodePtr OpPC,
29982997
Dst.elem<T>(I) = Concat.elem<T>(I + Shift);
29992998
else
30002999
Dst.elem<T>(I) = T();
3001-
}
3002-
});
3000+
}
3001+
});
30033002

30043003
Dst.initializeAllElements();
30053004

0 commit comments

Comments
 (0)