diff options
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/gccas.html | 6 | ||||
-rw-r--r-- | docs/CommandGuide/gccas.pod | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/docs/CommandGuide/gccas.html b/docs/CommandGuide/gccas.html index 67a270c968..4c22a9934a 100644 --- a/docs/CommandGuide/gccas.html +++ b/docs/CommandGuide/gccas.html @@ -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. diff --git a/docs/CommandGuide/gccas.pod b/docs/CommandGuide/gccas.pod index edfa8ee730..a7e32533fb 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. |