[llvm-commits] CVS: llvm/docs/LinkTimeOptimization.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 14 13:08:05 PDT 2006
Changes in directory llvm/docs:
LinkTimeOptimization.html updated: 1.5 -> 1.6
---
Log message:
typo
---
Diffs of the changes: (+2 -2)
LinkTimeOptimization.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/LinkTimeOptimization.html
diff -u llvm/docs/LinkTimeOptimization.html:1.5 llvm/docs/LinkTimeOptimization.html:1.6
--- llvm/docs/LinkTimeOptimization.html:1.5 Mon Aug 14 14:51:02 2006
+++ llvm/docs/LinkTimeOptimization.html Mon Aug 14 15:07:50 2006
@@ -305,7 +305,7 @@
<div class="doc_text">
<p>The <tt>readLLVMObjectFile()</tt> function is used by the linker to read
- LLVM bytecode files and collect LLVMSymbol innformation. This routine also
+ LLVM bytecode files and collect LLVMSymbol information. This routine also
supplies a list of externally defined symbols that are used by LLVM bytecode
files. The linker uses this symbol information to do symbol resolution.
Internally, <a href="#lto">LLVMlto</a> maintains LLVM bytecode modules in
@@ -349,7 +349,7 @@
Devang Patel<br>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/08/14 19:51:02 $
+ Last modified: $Date: 2006/08/14 20:07:50 $
</address>
</body>
More information about the llvm-commits
mailing list