We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf4c10 commit b056eb6Copy full SHA for b056eb6
llvm/lib/IR/LLVMContext.cpp
@@ -54,7 +54,7 @@ static constexpr StringRef knownBundleName(unsigned BundleTagID) {
54
case LLVMContext::OB_convergencectrl:
55
return "convergencectrl";
56
default:
57
- return "";
+ llvm_unreachable("unknown bundle id");
58
}
59
60
llvm_unreachable("covered switch");
0 commit comments