From: Duncan Sands Date: Sat, 7 Apr 2007 17:43:25 +0000 (+0000) Subject: Rephrase linker explanation. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6db928a62e244130fd5afa4f3d7f08eec19b0caf;p=oota-llvm.git Rephrase linker explanation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35739 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index 2750d1057e3..1084e352712 100644 --- a/docs/LinkTimeOptimization.html +++ b/docs/LinkTimeOptimization.html @@ -82,10 +82,10 @@ conservative escape analysis.
-

The following example illustrates the advantages of LTO's integrated - approach and clean interface. This example requires optimization support, - using interface described in this document, from system linker. Here, - llvm-gcc4 transparantly invokes system linker.

+

The following example illustrates the advantages of LTO's integrated + approach and clean interface. This example requires a system linker which + supports LTO through the interface described in this document. Here, + llvm-gcc4 transparently invokes system linker.