Fix a bunch of -Wdocumentation warnings.
[oota-llvm.git] / include / llvm / MC / MCStreamer.h
index e8c3e59fac8a444fe42b45caf759148ba9539452..935f0cdaaad40a349d3eb4c5249624a596abfd23 100644 (file)
@@ -581,9 +581,6 @@ namespace llvm {
   ///
   /// \param ShowInst - Whether to show the MCInst representation inline with
   /// the assembly.
-  ///
-  /// \param DecodeLSDA - If true, emit comments that translates the LSDA into a
-  /// human readable format. Only usable with CFI.
   MCStreamer *createAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS,
                                 bool isVerboseAsm,
                                 bool useLoc,