Skip to content

Commit 1a55431

Browse files
committed
Fix MSVC "not all control paths return a value" warning. NFCI.
llvm-svn: 373100
1 parent 2e0de86 commit 1a55431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/tools/llvm-exegesis/lib/SnippetRepetitor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ SnippetRepetitor::Create(InstructionBenchmark::RepetitionModeE Mode,
110110
case InstructionBenchmark::Loop:
111111
return std::make_unique<LoopSnippetRepetitor>(State);
112112
}
113+
llvm_unreachable("Unknown RepetitionModeE enum");
113114
}
114115

115116
} // namespace exegesis

0 commit comments

Comments
 (0)