forked from OSchip/llvm-project
Fix MSVC "not all control paths return a value" warning. NFCI.
llvm-svn: 373100
This commit is contained in:
parent
2e0de86808
commit
1a55431a03
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue