From 61a747f60bca21271737f264ecb0fcd13303c5c0 Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Thu, 1 Jul 2004 16:59:05 +0000
Subject: Mention llvm-abcd, point out difference between it and `analyze'.
llvm-svn: 14532
---
llvm/docs/CommandGuide/index.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
(limited to 'llvm/docs/CommandGuide')
diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html
index 789d85d68b5..f083cd3bb1b 100644
--- a/llvm/docs/CommandGuide/index.html
+++ b/llvm/docs/CommandGuide/index.html
@@ -43,7 +43,7 @@ and assembly programs, respectively.
disassemble a bytecode file into human-readable form
analyze -
- analyze a bytecode file
+ analyze a program compiled to bytecode
opt -
optimize a bytecode file
@@ -110,6 +110,10 @@ and assembly programs, respectively.
extract -
extract a function from an LLVM bytecode file
+llvm-abcd -
+ bytecode analyzer (analyzes the binary encoding itself, not the program it
+ represents)
+
--
cgit v1.2.3