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 95eb49a commit 9826201Copy full SHA for 9826201
llvm/lib/IR/LLVMContext.cpp
@@ -31,7 +31,7 @@
31
32
using namespace llvm;
33
34
-static constexpr StringRef knownBundleName(unsigned BundleTagID) {
+static StringRef knownBundleName(unsigned BundleTagID) {
35
switch (BundleTagID) {
36
case LLVMContext::OB_deopt:
37
return "deopt";
0 commit comments