Skip to content

Commit ed7b986

Browse files
committed
AS
1 parent 97ea769 commit ed7b986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Passes/MachinePassRegistry.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ MACHINE_FUNCTION_PASS_WITH_PARAMS(
195195
},
196196
"filter=reg-filter;no-clear-vregs")
197197

198-
// 'all' is the default filter
198+
// 'all' is the default filter.
199199
MACHINE_FUNCTION_PASS_WITH_PARAMS(
200200
"greedy", "RAGreedyPass",
201201
[](RAGreedyPass::Options Opts) { return RAGreedyPass(Opts); },

0 commit comments

Comments
 (0)