Skip to content

Commit 63d3d76

Browse files
committed
Delete stray newline
1 parent 2df1197 commit 63d3d76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8761,7 +8761,6 @@ Expected<std::pair<Value *, Value *>> OpenMPIRBuilder::emitAtomicUpdate(
87618761
&Builder, XElemTy, LoadSize * 8, LoadSize * 8, OldVal->getAlign(),
87628762
OldVal->getAlign(), true /* UseLibcall */, X);
87638763
auto AtomicLoadRes = atomicInfo.EmitAtomicLoadLibcall(AO);
8764-
87658764
BasicBlock *CurBB = Builder.GetInsertBlock();
87668765
Instruction *CurBBTI = CurBB->getTerminator();
87678766
CurBBTI = CurBBTI ? CurBBTI : Builder.CreateUnreachable();

0 commit comments

Comments
 (0)