Skip to content

Commit 302b9f0

Browse files
committed
AS
1 parent 0a7d793 commit 302b9f0

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
@@ -196,7 +196,7 @@ MACHINE_FUNCTION_PASS_WITH_PARAMS(
196196
},
197197
"filter=reg-filter;no-clear-vregs")
198198

199-
// 'all' is the default filter
199+
// 'all' is the default filter.
200200
MACHINE_FUNCTION_PASS_WITH_PARAMS(
201201
"greedy", "RAGreedyPass",
202202
[](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)