Skip to content

Commit e0ecd0f

Browse files
committed
AS
1 parent ca7f906 commit e0ecd0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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); },

llvm/test/tools/llc/new-pm/x86_64-regalloc-pipeline.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# RUN: llc -mtriple=x86_64-unknown-linux-gnu -enable-new-pm -O3 -regalloc-npm=greedy -print-pipeline-passes %s 2>&1 | FileCheck %s --check-prefix=CHECK-GREEDY
44

55
# CHECK: regallocfast
6-
# CHECK-GREEDY: greedy<all>
6+
# CHECK-GREEDY: greedy<all>

0 commit comments

Comments
 (0)