diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-07 20:33:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-07 20:33:52 +0000 |
commit | a06b4fd3852d7577158efddff1ee62425fe02fc3 (patch) | |
tree | b8f42287990bf8d2d39f068de5ff96d9d00eb543 /llvm/docs/CommandGuide/bugpoint.html | |
parent | 54cddf73b8e0f302096da190357e4e324b2ddc86 (diff) | |
download | bcm5719-llvm-a06b4fd3852d7577158efddff1ee62425fe02fc3.tar.gz bcm5719-llvm-a06b4fd3852d7577158efddff1ee62425fe02fc3.zip |
no this really isn't extract
llvm-svn: 8941
Diffstat (limited to 'llvm/docs/CommandGuide/bugpoint.html')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html index b0b36fb8d5f..fc48f7ad62d 100644 --- a/llvm/docs/CommandGuide/bugpoint.html +++ b/llvm/docs/CommandGuide/bugpoint.html @@ -10,7 +10,7 @@ <tt>bugpoint</tt> <h3>SYNOPSIS</h3> -<tt>extract [options] [input llvm ll/bc files] [LLVM passes] --args <program arguments>...</tt> +<tt>bugpoint [options] [input llvm ll/bc files] [LLVM passes] --args <program arguments>...</tt> <img src="../Debugging.gif" width=444 height=314 align=right> <h3>DESCRIPTION</h3> |