41d40
< using PowerISAInst::MaxMiscDestRegs;
42a42,45
> // Power writes a misc register outside of the isa parser, so it can't
> // be detected by it. Manually add it here.
> const int MaxMiscDestRegs = PowerISAInst::MaxMiscDestRegs + 1;
>