From ebd4e7ba2fff7b4e6197dfef8fca8353bc54649b Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Fri, 24 Aug 2007 23:23:23 +0000 Subject: [PATCH] Rename llvm-gcc4 to llvm-gcc. llvm-svn: 41380 --- llvm/docs/LinkTimeOptimization.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/docs/LinkTimeOptimization.html b/llvm/docs/LinkTimeOptimization.html index fdae78a2a1f6..1f28d7c84037 100644 --- a/llvm/docs/LinkTimeOptimization.html +++ b/llvm/docs/LinkTimeOptimization.html @@ -85,7 +85,7 @@ conservative escape analysis.

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.

+ llvm-gcc transparently invokes system linker.