Skip to content

Commit 21aa490

Browse files
Remove InstructionScheduler variant (and comment) from PassIdentifier enum
Signed-off-by: Tomas Fabrizio Orsi <[email protected]>
1 parent d497263 commit 21aa490

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hir/src/pass/pass.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ where
147147
pub enum PassIdentifier {
148148
Canonicalizer,
149149
ControlFlowSink,
150-
// NOTE: Not yet enabled.
151-
// InstructionScheduler,
152150
LiftControlFlowToSCF,
153151
OpToOpPassAdaptor,
154152
SinkOperandDefs,

0 commit comments

Comments
 (0)