Remove some options that don't really have anything to do with bugpoint
authorChris Lattner <sabre@nondot.org>
Tue, 6 Apr 2004 15:14:10 +0000 (15:14 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 6 Apr 2004 15:14:10 +0000 (15:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12694 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/bugpoint.html

index 62e5787f86ee3253e701b7a2fb7e45f4f3a23849..5de0f527b5a4b3652a9ee9801a14abd5fc7905ad 100644 (file)
@@ -190,16 +190,6 @@ non-obvious ways.  Here are some hints and tips:<p>
     when attempting to reduce test programs.  If you're trying to find
     a bug in one of these passes, <tt>bugpoint</tt> may crash.<p>
 
-       <li><tt>-enable-correct-eh-support</tt><br>
-    Make the -lowerinvoke pass insert expensive, but correct, exception
-    handling code.<p>
-
-       <li><tt>-internalize-public-api-file &lt;filename&gt;</tt><br>
-    Preserve the symbols listed in the file <tt>filename</tt>.<p>
-
-       <li><tt>-internalize-public-api-list &lt;list&gt;</tt><br>
-    Preserve the symbols listed in <tt>list</tt>.<p>
-
        <li> <tt>-help</tt><br>
        Print a summary of command line options.<p>