From 24334a3561b7472b7dfe0855f0adba9e0362f0e6 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sat, 7 Apr 2007 17:43:25 +0000 Subject: Rephrase linker explanation. llvm-svn: 35739 --- llvm/docs/LinkTimeOptimization.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/docs/LinkTimeOptimization.html') diff --git a/llvm/docs/LinkTimeOptimization.html b/llvm/docs/LinkTimeOptimization.html index 2750d1057e3..1084e352712 100644 --- a/llvm/docs/LinkTimeOptimization.html +++ b/llvm/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.