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.
1 parent 35361b7 commit 334ca62Copy full SHA for 334ca62
llvm/lib/IR/PrintPasses.cpp
@@ -88,11 +88,11 @@ static cl::opt<bool>
88
"always print a module IR"),
89
cl::init(false), cl::Hidden);
90
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);
+static cl::opt<bool> LoopPrintFuncScope(
+ "print-loop-func-scope",
+ cl::desc("When printing IR for print-[before|after]{-all} "
+ "for a loop pass, always print function IR"),
+ cl::init(false), cl::Hidden);
96
97
// See the description for -print-changed for an explanation of the use
98
// of this option.
0 commit comments