minor typo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137496 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2011-08-12 19:48:19 +00:00
parent a211c2c7e9
commit 9a5ffbfa6e

View File

@@ -252,7 +252,7 @@ instructions has been clarified in the IR.</p>
operation.</dd> operation.</dd>
<dt>Notes for optimizers</dt> <dt>Notes for optimizers</dt>
<dd>Optimizers not aware of atomics can treat this like a nothrow call. <dd>Optimizers not aware of atomics can treat this like a nothrow call.
Tt is also possible to move stores from before an Acquire load It is also possible to move stores from before an Acquire load
or read-modify-write operation to after it, and move non-Acquire or read-modify-write operation to after it, and move non-Acquire
loads from before an Acquire operation to after it.</dd> loads from before an Acquire operation to after it.</dd>
<dt>Notes for code generation</dt> <dt>Notes for code generation</dt>