diff options
-rw-r--r-- | docs/LangRef.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index d02caf09c2..f395eb813c 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2660,6 +2660,7 @@ instructions. </p> <!-- _______________________________________________________________________ --> <div class="doc_subsubsection"> <a name="i_store">'<tt>store</tt>' Instruction</a> </div> +<div class="doc_text"> <h5>Syntax:</h5> <pre> store <ty> <value>, <ty>* <pointer> <i>; yields {void}</i> volatile store <ty> <value>, <ty>* <pointer> <i>; yields {void}</i> |