forked from OSchip/llvm-project
[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:
parent
3e13c4c37c
commit
5be131922c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue