diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-19 17:35:35 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-19 17:35:35 +0000 |
commit | 8ef235e2fc4862d80c8677532d6d1048114a9a61 (patch) | |
tree | 4e441d42f070da6dd2c346c4dff0a84b7c5cd845 /llvm/docs/CommandGuide/bugpoint.html | |
parent | 33534d7ba98bb860e5b1089886b982d2b034107e (diff) | |
download | bcm5719-llvm-8ef235e2fc4862d80c8677532d6d1048114a9a61.tar.gz bcm5719-llvm-8ef235e2fc4862d80c8677532d6d1048114a9a61.zip |
Make this (-run) set look like the other (-disable) set.
llvm-svn: 9258
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 a37a15759c1..4787589ad28 100644 --- a/llvm/docs/CommandGuide/bugpoint.html +++ b/llvm/docs/CommandGuide/bugpoint.html @@ -207,7 +207,7 @@ non-obvious ways. Here are some hints and tips:<p> <tt>bugpoint</tt> will attempt to generate a reference output by compiling the program with the C backend and running it.<p> - <a name="opt_run-"><li><tt>-run-{int|jit|llc|cbe}</tt><br> + <a name="opt_run-"><li><tt>-run-{int,jit,llc,cbe}</tt><br> Whenever the test program is compiled, <tt>bugpoint</tt> should generate code for it using the specified code generator. These options allow you to choose the interpreter, the JIT compiler, the static native |