This fixes a bug in ARMAsmPrinter::EmitUnwindingInstruction where llvm_unreachable was reached because t2ADDri wasn't handled.
It looks like this crash could also have been avoided if the function checked MAI->getExceptionHandlingType() (and returned early), but it looks like the case clause for t2ADDri should be added regardless of that.