From 693464c57ae2286dba93a0e74edc54a45222dcd7 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 2 Jul 2004 15:48:33 +0000 Subject: The HTML documentation is now automatically generated from POD source. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14578 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-dis.html | 94 ----------------------------------------- 1 file changed, 94 deletions(-) delete mode 100644 docs/CommandGuide/llvm-dis.html (limited to 'docs/CommandGuide/llvm-dis.html') diff --git a/docs/CommandGuide/llvm-dis.html b/docs/CommandGuide/llvm-dis.html deleted file mode 100644 index ebf09b46e5..0000000000 --- a/docs/CommandGuide/llvm-dis.html +++ /dev/null @@ -1,94 +0,0 @@ - - -LLVM: llvm-dis tool - - - - -

LLVM: llvm-dis tool

-
- -

NAME

-llvm-dis - -

SYNOPSIS

-llvm-dis [options] [filename] - -

DESCRIPTION

- -The llvm-dis command is the LLVM disassembler. It takes an LLVM -bytecode file and converts it into LLVM assembly language or C source code with -equivalent functionality. -

- -If filename is omitted, llvm-dis reads its input from standard input. -

- -The default output file for llvm-dis is determined by the following logic: -

- -

OPTIONS

- - - -

EXIT STATUS

- -If llvm-dis succeeds, it will exit with 0. Otherwise, if an error -occurs, it will exit with a non-zero value. - -

SEE ALSO

- -llvm-as - -
-Maintained by the LLVM Team. - - - -- cgit v1.2.3-18-g5258