[llvm] r174113 - Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Eli Bendersky
eliben at google.com
Thu Jan 31 15:41:34 PST 2013
> + static bool classof(const MCStreamer *S) {
> + return S->getKind() == SK_ELFStreamer && S->getKind() == SK_ARMELFStreamer;
> + }
> +
Did you mean a || here?
Eli
More information about the llvm-commits
mailing list