From 3e7ab7e2e4ac703af914f89a27e9d5ee64416f16 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 2 Jun 2004 19:30:23 +0000 Subject: [PATCH] The --enable-correct-eh-support option is meaningless when provided to gccas. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13964 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/gccas.html | 6 ------ docs/CommandGuide/gccas.pod | 5 ----- 2 files changed, 11 deletions(-) diff --git a/docs/CommandGuide/gccas.html b/docs/CommandGuide/gccas.html index 67a270c968c..4c22a9934a5 100644 --- a/docs/CommandGuide/gccas.html +++ b/docs/CommandGuide/gccas.html @@ -49,12 +49,6 @@ OPTIONS Disable all assemble-time optimization passes.

-

  • -enable-correct-eh-support -
    - Instruct the -lowerinvoke pass to insert code for correct exception handling - support. This is expensive and is by default omitted for efficiency. -

    -

  • -stats
    Print statistics. diff --git a/docs/CommandGuide/gccas.pod b/docs/CommandGuide/gccas.pod index edfa8ee7306..a7e32533fbf 100644 --- a/docs/CommandGuide/gccas.pod +++ b/docs/CommandGuide/gccas.pod @@ -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.