From: David Tellenbach Date: Fri, 20 Sep 2019 09:43:31 +0000 (+0000) Subject: [NFC] Test commit, deleting some whitespace X-Git-Tag: llvmorg-11-init~8772 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ecf34dde3904079dc0f7b0569494c7118d9f08d;p=platform%2Fupstream%2Fllvm.git [NFC] Test commit, deleting some whitespace llvm-svn: 372379 --- diff --git a/llvm/docs/Atomics.rst b/llvm/docs/Atomics.rst index 60d7090..e6c0000 100644 --- a/llvm/docs/Atomics.rst +++ b/llvm/docs/Atomics.rst @@ -38,7 +38,7 @@ be moved across a volatile load freely, but not an Acquire load. 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.