Skip to content

Commit 883c99f

Browse files
authored
[NFC][LLVM] Namespace cleanup in JumpTableToSwitch (#163586)
1 parent d2b27ca commit 883c99f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Transforms/Scalar/JumpTableToSwitch.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626

2727
using namespace llvm;
2828

29-
namespace llvm {
30-
3129
static cl::opt<unsigned>
3230
JumpTableSizeThreshold("jump-table-to-switch-size-threshold", cl::Hidden,
3331
cl::desc("Only split jump tables with size less or "
@@ -43,8 +41,8 @@ static cl::opt<unsigned> FunctionSizeThreshold(
4341
"or equal than this threshold."),
4442
cl::init(50));
4543

44+
namespace llvm {
4645
extern cl::opt<bool> ProfcheckDisableMetadataFixes;
47-
4846
} // end namespace llvm
4947

5048
#define DEBUG_TYPE "jump-table-to-switch"

0 commit comments

Comments
 (0)