Skip to content

Commit 334ca62

Browse files
clang-format
1 parent 35361b7 commit 334ca62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/lib/IR/PrintPasses.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ static cl::opt<bool>
8888
"always print a module IR"),
8989
cl::init(false), cl::Hidden);
9090

91-
static cl::opt<bool>
92-
LoopPrintFuncScope("print-loop-func-scope",
93-
cl::desc("When printing IR for print-[before|after]{-all} "
94-
"for a loop pass, always print function IR"),
95-
cl::init(false), cl::Hidden);
91+
static cl::opt<bool> LoopPrintFuncScope(
92+
"print-loop-func-scope",
93+
cl::desc("When printing IR for print-[before|after]{-all} "
94+
"for a loop pass, always print function IR"),
95+
cl::init(false), cl::Hidden);
9696

9797
// See the description for -print-changed for an explanation of the use
9898
// of this option.

0 commit comments

Comments
 (0)