[NFC] Test commit.

This is just a test commit to check whether the permission I got is
correct or not.
This commit is contained in:
Jun Zhang 2022-01-08 10:36:09 +08:00
parent 3e13c4c37c
commit 5be131922c
No known key found for this signature in database
GPG Key ID: E19904830B621534
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ static Value *EmitFromInt(CodeGenFunction &CGF, llvm::Value *V,
static Value *MakeBinaryAtomicValue(
CodeGenFunction &CGF, llvm::AtomicRMWInst::BinOp Kind, const CallExpr *E,
AtomicOrdering Ordering = AtomicOrdering::SequentiallyConsistent) {
QualType T = E->getType();
assert(E->getArg(0)->getType()->isPointerType());
assert(CGF.getContext().hasSameUnqualifiedType(T,