From e62b3f84e820a05f2e3d574ffc1f6521d3f2d7aa Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 Oct 2003 16:34:51 +0000 Subject: [PATCH] Renamed llvmas.html llvmdis.html and llvmlink.html to have hyphens in them llvm-svn: 8925 --- llvm/docs/CommandGuide/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html index 93876b71c3fe..18c6df64e686 100644 --- a/llvm/docs/CommandGuide/index.html +++ b/llvm/docs/CommandGuide/index.html @@ -21,12 +21,12 @@
-
llvm-as +
llvm-as
Assemble a human-readable LLVM program into LLVM bytecode.

-

llvm-dis +
llvm-dis
Disassemble an LLVM bytecode file into human-readable form.

@@ -41,7 +41,7 @@ Optimize an LLVM bytecode file.

-

llvm-link +
llvm-link
Link several LLVM bytecode files together into one LLVM bytecode file.