Skip to content

Commit dfab05f

Browse files
author
git apple-llvm automerger
committed
Merge commit '882e7331c4ba' from llvm.org/main into next
2 parents 2d4b3dd + 882e733 commit dfab05f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/AST/ByteCode/InterpBuiltin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,7 @@ static bool interp__builtin_addressof(InterpState &S, CodePtr OpPC,
768768
S.getContext().classify(Call->getArg(0)).value_or(PT_Ptr);
769769
assert(PtrT == PT_Ptr &&
770770
"Unsupported pointer type passed to __builtin_addressof()");
771+
(void)PtrT;
771772
return true;
772773
}
773774

0 commit comments

Comments
 (0)