The --enable-correct-eh-support option is meaningless when provided to
authorChris Lattner <sabre@nondot.org>
Wed, 2 Jun 2004 19:30:23 +0000 (19:30 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Jun 2004 19:30:23 +0000 (19:30 +0000)
gccas.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13964 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/gccas.html
docs/CommandGuide/gccas.pod

index 67a270c968c30d3e4122294063a8d453a251cc36..4c22a9934a5743a7d28a69161abb2272dfe5d265 100644 (file)
@@ -49,12 +49,6 @@ OPTIONS
   Disable all assemble-time optimization passes.
        <p>
 
-       <li>-enable-correct-eh-support
-       <br>
-       Instruct the -lowerinvoke pass to insert code for correct exception handling
-  support.  This is expensive and is by default omitted for efficiency.
-       <p>
-
        <li> -stats
        <br>
        Print statistics.
index edfa8ee7306fd485d2f3d120b81b7231b00135bd..a7e32533fbf77cd225c5f836f3fa9474a22a533b 100644 (file)
@@ -45,11 +45,6 @@ Disable the inlining pass.  By default, it is enabled.
 
 Disable all assembler-time optimization passes.
 
-=item B<--enable-correct-eh-support>
-
-Instruct the B<-lowerinvoke> pass to insert code for correct exception handling
-support.  This is expensive and is by default omitted for efficiency.
-
 =item B<--stats>
 
 Print statistics.