For now, when final suspend can be simplified by simplifySuspendPoint, handleFinalSuspend is executed as well to remove last case in switch instruction. This causes issue in https://bugs.llvm.org/show_bug.cgi?id=45130, this patch fixes it.
TestPlan: check-llvm