[llvm-commits] CVS: llvm/docs/LinkTimeOptimization.html
Reid Spencer
reid at x10sys.com
Mon Aug 14 12:51:17 PDT 2006
Changes in directory llvm/docs:
LinkTimeOptimization.html updated: 1.4 -> 1.5
---
Log message:
Fix a 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.4 llvm/docs/LinkTimeOptimization.html:1.5
--- llvm/docs/LinkTimeOptimization.html:1.4 Mon Aug 14 14:19:55 2006
+++ llvm/docs/LinkTimeOptimization.html Mon Aug 14 14:51:02 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 nformation. This routine also
+ LLVM bytecode files and collect LLVMSymbol innformation. 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:19:55 $
+ Last modified: $Date: 2006/08/14 19:51:02 $
</address>
</body>
More information about the llvm-commits
mailing list