diff options
Diffstat (limited to 'docs/LinkTimeOptimization.html')
-rw-r--r-- | docs/LinkTimeOptimization.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index 0934b47cbc96..c6a23999ff84 100644 --- a/docs/LinkTimeOptimization.html +++ b/docs/LinkTimeOptimization.html @@ -256,7 +256,7 @@ $ llvm-gcc a.o main.o -o main # <-- standard link command without any modific <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> @@ -382,7 +382,7 @@ of the native object files.</p> Devang Patel and Nick Kledzik<br> <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2009-10-12 16:46:08 +0200 (Mon, 12 Oct 2009) $ + Last modified: $Date: 2010-04-25 00:01:40 +0200 (Sun, 25 Apr 2010) $ </address> </body> |