Skip to content

Commit 445b437

Browse files
clang-format
1 parent 2a78358 commit 445b437

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
@@ -765,8 +765,7 @@ static bool interp__builtin_addressof(InterpState &S, CodePtr OpPC,
765765
const CallExpr *Call) {
766766
#ifndef NDEBUG
767767
assert(Call->getArg(0)->isLValue());
768-
PrimType PtrT =
769-
S.getContext().classify(Call->getArg(0)).value_or(PT_Ptr);
768+
PrimType PtrT = S.getContext().classify(Call->getArg(0)).value_or(PT_Ptr);
770769
assert(PtrT == PT_Ptr &&
771770
"Unsupported pointer type passed to __builtin_addressof()");
772771
#endif

0 commit comments

Comments
 (0)