aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-11-09 21:18:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-11-09 21:18:01 +0000
commit035ab57f4ab164f252e381d128771b0b6ca38090 (patch)
tree6d6511478dd768ecaca0580b19e19d50a6fe03e6
parent47ce179995662e2e8f09e8f8e16cdfcbaad06ae3 (diff)
One more time for indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31604 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html1
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 &lt;ty&gt; &lt;value&gt;, &lt;ty&gt;* &lt;pointer&gt; <i>; yields {void}</i>
volatile store &lt;ty&gt; &lt;value&gt;, &lt;ty&gt;* &lt;pointer&gt; <i>; yields {void}</i>