[llvm] r372379 - [NFC] Test commit, deleting some whitespace

David Tellenbach via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 02:43:31 PDT 2019


Author: tellenbach
Date: Fri Sep 20 02:43:31 2019
New Revision: 372379

URL: http://llvm.org/viewvc/llvm-project?rev=372379&view=rev
Log:
[NFC] Test commit, deleting some whitespace

Modified:
    llvm/trunk/docs/Atomics.rst

Modified: llvm/trunk/docs/Atomics.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Atomics.rst?rev=372379&r1=372378&r2=372379&view=diff
==============================================================================
--- llvm/trunk/docs/Atomics.rst (original)
+++ llvm/trunk/docs/Atomics.rst Fri Sep 20 02:43:31 2019
@@ -38,7 +38,7 @@ be moved across a volatile load freely,
 
 This document is intended to provide a guide to anyone either writing a frontend
 for LLVM or working on optimization passes for LLVM with a guide for how to deal
-with instructions with special semantics in the presence of concurrency.  This
+with instructions with special semantics in the presence of concurrency. This
 is not intended to be a precise guide to the semantics; the details can get
 extremely complicated and unreadable, and are not usually necessary.
 




More information about the llvm-commits mailing list