[llvm-commits] [llvm] r102276 - /llvm/trunk/docs/LinkTimeOptimization.html
Nick Lewycky
nicholas at mxc.ca
Sat Apr 24 15:01:40 PDT 2010
Author: nicholas
Date: Sat Apr 24 17:01:40 2010
New Revision: 102276
URL: http://llvm.org/viewvc/llvm-project?rev=102276&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/docs/LinkTimeOptimization.html
Modified: llvm/trunk/docs/LinkTimeOptimization.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LinkTimeOptimization.html?rev=102276&r1=102275&r2=102276&view=diff
==============================================================================
--- llvm/trunk/docs/LinkTimeOptimization.html (original)
+++ llvm/trunk/docs/LinkTimeOptimization.html Sat Apr 24 17:01:40 2010
@@ -256,7 +256,7 @@
<p>In this phase, the linker reads optimized a native object file and
updates the internal global symbol table to reflect any changes. The linker
also collects information about any changes in use of external symbols by
- LLVM bitcode files. In the examle above, the linker notes that
+ LLVM bitcode files. In the example above, the linker notes that
<tt>foo4()</tt> is not used any more. If dead code stripping is enabled then
the linker refreshes the live symbol information appropriately and performs
dead code stripping.</p>
More information about the llvm-commits
mailing list