diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-01-07 17:00:44 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-01-07 17:00:44 +0000 |
commit | 9e3bdf1af41b48c47e4549455ae5fbfcd3930283 (patch) | |
tree | dbfd18ac3f0f444e0de8863f6d5ecb317a14ae16 /docs/index.html | |
parent | bb66a9f960ca3068feed9ce1fb84bf8fa6214618 (diff) | |
download | external_llvm-9e3bdf1af41b48c47e4549455ae5fbfcd3930283.zip external_llvm-9e3bdf1af41b48c47e4549455ae5fbfcd3930283.tar.gz external_llvm-9e3bdf1af41b48c47e4549455ae5fbfcd3930283.tar.bz2 |
Capitalize Bugpoint.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19341 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index e0c1217..e0eb24e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -184,7 +184,7 @@ GC'd programs.</li> LLVM</a> - This document describes the design and philosophy behind the LLVM source-level debugger.</li> -<li><a href="Bugpoint.html">bugpoint</a> - automatic bug finder and test-case +<li><a href="Bugpoint.html">Bugpoint</a> - automatic bug finder and test-case reducer description and usage information.</li> <li><a href="CompilerDriver.html">Compiler Driver (llvmc)</a> - This document |