diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 789d85d68b5..f083cd3bb1b 100644 --- a/docs/CommandGuide/index.html +++ b/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)
  • +