Skip to content

Commit d8c9da0

Browse files
committed
style
1 parent 58be30f commit d8c9da0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTable.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ STATISTIC(NumPatternEmitted, "Number of patterns emitted");
2424
using namespace llvm;
2525
using namespace gi;
2626

27-
static llvm::cl::opt<bool> AllowExtendedLLT(
28-
"gisel-extended-llt",
29-
llvm::cl::desc("Generate an extended llt names in match tables"),
30-
llvm::cl::init(false));
27+
static cl::opt<bool>
28+
AllowExtendedLLT("gisel-extended-llt",
29+
cl::desc("Generate an extended llt names in match tables"),
30+
cl::init(false));
3131

3232
// FIXME: Use createStringError instead.
3333
static Error failUnsupported(const Twine &Reason) {

0 commit comments

Comments
 (0)