Just return once you emit the call, which is exactly what SelectionDAG does in this situation.
Update call-translator-tail-call.ll to show that we now do this properly.
Also update dllimport.ll to show that we tail call here in GISel again. Add -verify-machineinstrs to the GISel line too, to defend against verifier failures.