From 6db928a62e244130fd5afa4f3d7f08eec19b0caf Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sat, 7 Apr 2007 17:43:25 +0000 Subject: [PATCH] Rephrase linker explanation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35739 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LinkTimeOptimization.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.