Same as D28557.
For AddDefaultT1CC, we add a new helper t1CondCodeOp, which
creates the appropriate register operand. For AddNoT1CC, we use
the existing condCodeOp helper - we only had two uses of AddNoT1CC,
so I thought it wasn't worth having yet another helper just for them.
These are the last of the "freestanding" helpers in ARMBaseInstrInfo.h.
I can also have a look at ARMBaseInstrInfo::AddDReg if you have the
patience for another one of these patches :D