[llvm] r174113 - Give the MCStreamer class hierarchy LLVM RTTI facilities for use with

Chandler Carruth chandlerc at gmail.com
Thu Jan 31 15:51:21 PST 2013


On Thu, Jan 31, 2013 at 3:45 PM, Eli Bendersky <eliben at google.com> wrote:

> Another thing (sorry, missed it before hence sending separately):
>
> > +
> > +  static bool classof(const MCStreamer *S) {
> > +    return S->getKind() == SK_NullStreamer;
> > +  }
> >  };
>
> Not SK_AsmStreamer here?
>

Yep! Thanks for the review, the not-yet-used bits of this are especially
annoying to avoid copy/paste errors on...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130131/5a850049/attachment.html>


More information about the llvm-commits mailing list