[llvm-commits] CVS: llvm/docs/LangRef.html
Reid Spencer
reid at x10sys.com
Thu Nov 9 13:18:15 PST 2006
Changes in directory llvm/docs:
LangRef.html updated: 1.164 -> 1.165
---
Log message:
One more time for indentation.
---
Diffs of the changes: (+2 -1)
LangRef.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.164 llvm/docs/LangRef.html:1.165
--- llvm/docs/LangRef.html:1.164 Thu Nov 9 15:15:49 2006
+++ llvm/docs/LangRef.html Thu Nov 9 15:18:01 2006
@@ -2660,6 +2660,7 @@
<!-- _______________________________________________________________________ -->
<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>
@@ -4418,7 +4419,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/11/09 21:15:49 $
+ Last modified: $Date: 2006/11/09 21:18:01 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list