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 97ea769 commit ed7b986Copy full SHA for ed7b986
llvm/include/llvm/Passes/MachinePassRegistry.def
@@ -195,7 +195,7 @@ MACHINE_FUNCTION_PASS_WITH_PARAMS(
195
},
196
"filter=reg-filter;no-clear-vregs")
197
198
-// 'all' is the default filter
+// 'all' is the default filter.
199
MACHINE_FUNCTION_PASS_WITH_PARAMS(
200
"greedy", "RAGreedyPass",
201
[](RAGreedyPass::Options Opts) { return RAGreedyPass(Opts); },
0 commit comments