Skip to content

Commit d6cf04c

Browse files
authored
[NFC][TableGen] Make AsmMatcherEmitterCat static (#125881)
1 parent fa10047 commit d6cf04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/AsmMatcherEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ using namespace llvm;
125125

126126
#define DEBUG_TYPE "asm-matcher-emitter"
127127

128-
cl::OptionCategory AsmMatcherEmitterCat("Options for -gen-asm-matcher");
128+
static cl::OptionCategory AsmMatcherEmitterCat("Options for -gen-asm-matcher");
129129

130130
static cl::opt<std::string>
131131
MatchPrefix("match-prefix", cl::init(""),

0 commit comments

Comments
 (0)