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

Chris Lattner lattner at cs.uiuc.edu
Wed Oct 29 22:36:01 PST 2003


Changes in directory llvm/docs:

LangRef.html updated: 1.36 -> 1.37

---
Log message:

Fix typo


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

Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.36 llvm/docs/LangRef.html:1.37
--- llvm/docs/LangRef.html:1.36	Wed Oct 29 19:31:37 2003
+++ llvm/docs/LangRef.html	Wed Oct 29 22:35:26 2003
@@ -1606,7 +1606,7 @@
 this, the '<tt>phi</tt>' instruction takes a list of pairs as arguments, with
 one pair for each predecessor basic block of the current block.  Only values of
 <a href="#t_firstclass">first class</a> type may be used as the value arguments
-to the PHI node.  Only labels be used as the label arguments.<p>
+to the PHI node.  Only labels may be used as the label arguments.<p>
 
 There must be no non-phi instructions between the start of a basic block and the
 PHI instructions: i.e. PHI instructions must be first in a basic block.<p>





More information about the llvm-commits mailing list