diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2010-04-24 22:01:40 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2010-04-24 22:01:40 +0000 |
| commit | 9a7459af1da2f671c8e0d60136bf9e8ad0c46b71 (patch) | |
| tree | b6a1193963b60b4eea0ecc7e9db916c3249fd4b0 /llvm/docs/LinkTimeOptimization.html | |
| parent | bea9e74e82da5777637ef3c1ae4bfcb34e1e01af (diff) | |
| download | bcm5719-llvm-9a7459af1da2f671c8e0d60136bf9e8ad0c46b71.tar.gz bcm5719-llvm-9a7459af1da2f671c8e0d60136bf9e8ad0c46b71.zip | |
Fix typo.
llvm-svn: 102276
Diffstat (limited to 'llvm/docs/LinkTimeOptimization.html')
| -rw-r--r-- | llvm/docs/LinkTimeOptimization.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LinkTimeOptimization.html b/llvm/docs/LinkTimeOptimization.html index 524a4e83ffd..1433d082ae5 100644 --- a/llvm/docs/LinkTimeOptimization.html +++ b/llvm/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> |

