From: Tanya Lattner Date: Fri, 24 Aug 2007 23:23:23 +0000 (+0000) Subject: Rename llvm-gcc4 to llvm-gcc. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5efa7e9c967161c1185a52aa1e88e4b85e0fa046;p=oota-llvm.git Rename llvm-gcc4 to llvm-gcc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41380 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index fdae78a2a1f..1f28d7c8403 100644 --- a/docs/LinkTimeOptimization.html +++ b/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.