diff options
Diffstat (limited to 'llvm/docs/CommandGuide/gccas.pod')
-rw-r--r-- | llvm/docs/CommandGuide/gccas.pod | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/CommandGuide/gccas.pod b/llvm/docs/CommandGuide/gccas.pod index edfa8ee7306..a7e32533fbf 100644 --- a/llvm/docs/CommandGuide/gccas.pod +++ b/llvm/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. |