52c52,56
< using ArmISAInst::MaxInstSrcRegs;
---
>
> // For a predicated instruction, we need all the
> // destination registers to also be sources
> const int MaxInstSrcRegs = ArmISAInst::MaxInstDestRegs +
> ArmISAInst::MaxInstSrcRegs;