diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-12 21:36:29 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-12 21:36:29 +0000 |
commit | 0c77aebe5939ba157cadbea62512c3989f01ae06 (patch) | |
tree | 252a060e854843efd36b10a3c664c8142a8fb1cd | |
parent | fed0b2995ecaad811a3e66c8cbe8d3920dda8b29 (diff) |
I won't claim we're "better than and/or different from..." at Misha's behest.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9934 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LLVMVsTheWorld.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/LLVMVsTheWorld.html b/docs/LLVMVsTheWorld.html index 23646ed46f..005a3a6087 100644 --- a/docs/LLVMVsTheWorld.html +++ b/docs/LLVMVsTheWorld.html @@ -36,9 +36,9 @@ <p>Whether you are a stranger to LLVM or not, and whether you are considering using it for your projects or not, you may find it useful to understand how we compare ourselves to other well-known compilers. The following list of points -should help you understand -- from our point of view -- the way we see LLVM as -being better than and/or different from a few other selected compilers and code -generation systems.</p> +should help you understand -- from our point of view -- some of the important +ways in which we see LLVM as different from other selected compilers and +code generation systems.</p> <p>At the moment, we only compare ourselves below to <a href="http://gcc.gnu.org/">GCC</a> and <a |