Skip to content

Commit 51e3a1e

Browse files
committed
Remove llvm_unreachable
1 parent 67e1dbd commit 51e3a1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,6 @@ computePerfectHashParameters(ArrayRef<uint64_t> Hashes) {
363363
return {N, MaxCollisions};
364364
}
365365
}
366-
367-
llvm_unreachable("loop should terminate");
368366
}
369367

370368
static std::vector<LookupEntry>

0 commit comments

Comments
 (0)