Fix MSVC "not all control paths return a value" warning. NFCI.

llvm-svn: 373100
This commit is contained in:
Simon Pilgrim 2019-09-27 16:56:07 +00:00
parent 2e0de86808
commit 1a55431a03
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ SnippetRepetitor::Create(InstructionBenchmark::RepetitionModeE Mode,
case InstructionBenchmark::Loop:
return std::make_unique<LoopSnippetRepetitor>(State);
}
llvm_unreachable("Unknown RepetitionModeE enum");
}
} // namespace exegesis