Skip to content

Commit d5d98b0

Browse files
committed
Apply feedback
1 parent 92e6208 commit d5d98b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/AST/ByteCode/InterpBuiltin.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3914,9 +3914,8 @@ bool InterpretBuiltin(InterpState &S, CodePtr OpPC, const CallExpr *Call,
39143914
S, OpPC, Call,
39153915
[](const APSInt &LHS, const APSInt &RHS) { return LHS + RHS; });
39163916

3917-
case X86::BI__builtin_ia32_phminposuw128: {
3917+
case X86::BI__builtin_ia32_phminposuw128:
39183918
return interp__builtin_ia32_phminposuw(S, OpPC, Call);
3919-
}
39203919

39213920
case X86::BI__builtin_ia32_pternlogd128_mask:
39223921
case X86::BI__builtin_ia32_pternlogd256_mask:

0 commit comments

Comments
 (0)