Skip to content

Commit e5821f9

Browse files
committed
clang-format
1 parent 85d84aa commit e5821f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang/lib/Sema/SemaChecking.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6276,7 +6276,9 @@ bool Sema::CheckX86BuiltinFunctionCall(const TargetInfo &TI, unsigned BuiltinID,
62766276
case X86::BI__builtin_ia32_cmpss:
62776277
case X86::BI__builtin_ia32_cmppd:
62786278
case X86::BI__builtin_ia32_cmpsd:
6279-
i = 2; l = 0; u = TI.hasFeature("avx") ? 31 : 7;
6279+
i = 2;
6280+
l = 0;
6281+
u = TI.hasFeature("avx") ? 31 : 7;
62806282
break;
62816283
case X86::BI__builtin_ia32_cmpps256:
62826284
case X86::BI__builtin_ia32_cmppd256:

0 commit comments

Comments
 (0)