From 22f9645135a637dafebc55658d767c9742686604 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 12 Nov 2003 20:20:55 +0000 Subject: [PATCH] Whoops, a div got closed in the wrong place. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9927 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LLVMVsTheWorld.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LLVMVsTheWorld.html b/docs/LLVMVsTheWorld.html index 955fbabcd15..23646ed46f4 100644 --- a/docs/LLVMVsTheWorld.html +++ b/docs/LLVMVsTheWorld.html @@ -63,11 +63,11 @@ off-line, and multiple platform backends with Just-in-Time and ahead-of-time compilation frameworks. (See our tech report on Lifelong Code Optimization for more.)

-

GCC: Many relatively mature platform backends support assembly-language code generation from many source languages. No run-time compilation support. Relatively weak optimization support.

+
-- 2.34.1