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

Eli Bendersky eliben at google.com
Thu Jan 31 15:45:31 PST 2013


Another thing (sorry, missed it before hence sending separately):

> +
> +  static bool classof(const MCStreamer *S) {
> +    return S->getKind() == SK_NullStreamer;
> +  }
>  };

Not SK_AsmStreamer here?


Eli



More information about the llvm-commits mailing list