Skip to content

Commit c719909

Browse files
committed
- Address reviewer comments
1 parent e189ce7 commit c719909

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
@@ -122,7 +122,7 @@ MACHINE_FUNCTION_PASS("machine-cse", MachineCSEPass())
122122
MACHINE_FUNCTION_PASS("machine-latecleanup", MachineLateInstrsCleanupPass())
123123
MACHINE_FUNCTION_PASS("machine-sanmd", MachineSanitizerBinaryMetadataPass())
124124
MACHINE_FUNCTION_PASS("machine-scheduler", MachineSchedulerPass(TM))
125-
MACHINE_FUNCTION_PASS("ssamisched", SSAMachineSchedulerPass(TM))
125+
MACHINE_FUNCTION_PASS("ssa-machine-scheduler", SSAMachineSchedulerPass(TM))
126126
MACHINE_FUNCTION_PASS("machinelicm", MachineLICMPass())
127127
MACHINE_FUNCTION_PASS("no-op-machine-function", NoOpMachineFunctionPass())
128128
MACHINE_FUNCTION_PASS("opt-phis", OptimizePHIsPass())

0 commit comments

Comments
 (0)