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.
2 parents a470ffa + 883c99f commit cd94d01Copy full SHA for cd94d01
llvm/lib/Transforms/Scalar/JumpTableToSwitch.cpp
@@ -26,8 +26,6 @@
26
27
using namespace llvm;
28
29
-namespace llvm {
30
-
31
static cl::opt<unsigned>
32
JumpTableSizeThreshold("jump-table-to-switch-size-threshold", cl::Hidden,
33
cl::desc("Only split jump tables with size less or "
@@ -43,8 +41,8 @@ static cl::opt<unsigned> FunctionSizeThreshold(
43
41
"or equal than this threshold."),
44
42
cl::init(50));
45
+namespace llvm {
46
extern cl::opt<bool> ProfcheckDisableMetadataFixes;
47
48
} // end namespace llvm
49
50
#define DEBUG_TYPE "jump-table-to-switch"
0 commit comments