[llvm-commits] CVS: llvm/docs/LangRef.html

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 14 13:28:00 PST 2004


Changes in directory llvm/docs:

LangRef.html updated: 1.47 -> 1.48

---
Log message:

fix typeo


---
Diffs of the changes:  (+2 -2)

Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.47 llvm/docs/LangRef.html:1.48
--- llvm/docs/LangRef.html:1.47	Fri Feb 13 22:08:35 2004
+++ llvm/docs/LangRef.html	Sat Feb 14 13:27:26 2004
@@ -752,7 +752,7 @@
 Instruction</a> </div>
 <div class="doc_text">
 <h5>Syntax:</h5>
-<pre>  switch uint <value>, label <defaultdest> [ int <val>, label &dest>, ... ]<br></pre>
+<pre>  switch uint <value>, label <defaultdest> [ int <val>, label <dest>, ... ]<br></pre>
 <h5>Overview:</h5>
 <p>The '<tt>switch</tt>' instruction is used to transfer control flow
 to one of several different places.  It is a generalization of the '<tt>br</tt>'
@@ -2032,6 +2032,6 @@
 <div class="doc_footer">
 <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
 <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> <br>
-Last modified: $Date: 2004/02/14 04:08:35 $ </div>
+Last modified: $Date: 2004/02/14 19:27:26 $ </div>
 </body>
 </html>





More information about the llvm-commits mailing list