minor typo

llvm-svn: 137496
This commit is contained in:
Chris Lattner 2011-08-12 19:48:19 +00:00
parent ed6d3e813e
commit 2c945b3d88
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ instructions has been clarified in the IR.</p>
operation.</dd>
<dt>Notes for optimizers</dt>
<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
loads from before an Acquire operation to after it.</dd>
<dt>Notes for code generation</dt>