[AMDGPU] Add llvm_unreachable to switch statement added in d7100b398.

This commit is contained in:
Austin Kerbow 2022-08-02 13:41:02 -07:00
parent 4146c1756d
commit 40eec27618
1 changed files with 2 additions and 0 deletions

View File

@ -460,6 +460,8 @@ GCNScheduleDAGMILive::createSchedStage(GCNSchedStageID SchedStageID) {
case GCNSchedStageID::ILPInitialSchedule:
return std::make_unique<ILPInitialScheduleStage>(SchedStageID, *this);
}
llvm_unreachable("Unknown SchedStageID.");
}
void GCNScheduleDAGMILive::schedule() {