On Sun, Jul 27, 2014 at 11:05 PM, Prathamesh Kulkarni <bilbotheelffri...@gmail.com> wrote: > Is it okay to include is-a.h ? > I have adjusted print_operand to use is_a<> and as_a<> in this patch. > > * genmatch.c (is-a.h): Include. > (is_a_helper::test): Specialize for operand subclasses. > (print_operand): Adjust to use is_a and as_a.
Yes, this is fine. Applied. Thanks, Richard. > Thanks, > Prathamesh.