There are two signatures of setSpecialOperandAttr in TargetInstrInfo.
One of them is only called from PPC's implementation of the other
signature and PPC has an override for it.
Remove it from TargetInstrInfo and make it a non-virtual method in
PPCInstrInfo.
Add a comment saying this is a PowerPC custom wrapper?