From 32af55ebfe4e76a4f99c35ffae551116de762af5 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Sun, 19 Oct 2003 17:35:35 +0000 Subject: [PATCH] Make this (-run) set look like the other (-disable) set. llvm-svn: 9258 --- docs/CommandGuide/bugpoint.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index a37a15759c1..4787589ad28 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -207,7 +207,7 @@ non-obvious ways. Here are some hints and tips:

bugpoint will attempt to generate a reference output by compiling the program with the C backend and running it.

-

  • -run-{int|jit|llc|cbe}
    +
  • -run-{int,jit,llc,cbe}
    Whenever the test program is compiled, bugpoint should generate code for it using the specified code generator. These options allow you to choose the interpreter, the JIT compiler, the static native