[llvm-commits] CVS: llvm/docs/ProgrammersManual.html
Reid Spencer
reid at x10sys.com
Thu Mar 1 17:31:49 PST 2007
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.128 -> 1.129
---
Log message:
Fix a typo.
---
Diffs of the changes: (+2 -2)
ProgrammersManual.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.128 llvm/docs/ProgrammersManual.html:1.129
--- llvm/docs/ProgrammersManual.html:1.128 Thu Mar 1 15:05:33 2007
+++ llvm/docs/ProgrammersManual.html Thu Mar 1 19:31:31 2007
@@ -2630,7 +2630,7 @@
<li><tt>uint64_t getZExtValue() const</tt>: Converts the underlying APInt
value to a uint64_t via zero extension. IF the value (not the bit width)
of the APInt is too large to fit in a uint64_t, an assertion will result.
- For this reason, use of this method is discourage.</li>
+ For this reason, use of this method is discouraged.</li>
<li><tt>static ConstantInt* get(const APInt& Val)</tt>: Returns the
ConstantInt object that represents the value provided by <tt>Val</tt>.
The type is implied as the IntegerType that corresponds to the bit width
@@ -3060,7 +3060,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.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/03/01 21:05:33 $
+ Last modified: $Date: 2007/03/02 01:31:31 $
</address>
</body>
More information about the llvm-commits
mailing list