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

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 18 09:00:03 PST 2004


Changes in directory llvm/docs:

ProgrammersManual.html updated: 1.54 -> 1.55

---
Log message:

Fix a minor wording bug in the manual


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

Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.54 llvm/docs/ProgrammersManual.html:1.55
--- llvm/docs/ProgrammersManual.html:1.54	Sun Feb  8 22:14:46 2004
+++ llvm/docs/ProgrammersManual.html	Thu Mar 18 08:58:55 2004
@@ -974,7 +974,8 @@
 <p>One important aspect of LLVM is that there is no distinction between an SSA
 variable and the operation that produces it.  Because of this, any reference to
 the value produced by an instruction (or the value available as an incoming
-argument, for example) is represented as a direct pointer to the class that
+argument, for example) is represented as a direct pointer to the instance of
+the class that
 represents this value.  Although this may take some getting used to, it
 simplifies the representation and makes it easier to manipulate.</p>
 
@@ -1829,7 +1830,7 @@
   <a href="mailto:dhurjati at cs.uiuc.edu">Dinakar Dhurjati</a> and
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/02/09 04:14:46 $
+  Last modified: $Date: 2004/03/18 14:58:55 $
 </address>
 
 </body>





More information about the llvm-commits mailing list