Skip to content

Commit 776d28c

Browse files
[Python] Remove unused function diagnostic_passlist()
1 parent c14d868 commit 776d28c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

utils/pass-pipeline/src/pass_pipeline_library.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,6 @@
44
import passes as p
55

66

7-
def diagnostic_passlist():
8-
return ppipe.PassList([
9-
p.CapturePromotion,
10-
p.AllocBoxToStack,
11-
p.InOutDeshadowing,
12-
p.NoReturnFolding,
13-
p.DefiniteInitialization,
14-
p.PredictableMemoryOptimizations,
15-
p.DiagnosticConstantPropagation,
16-
p.DiagnoseUnreachable,
17-
p.EmitDFDiagnostics,
18-
p.SplitNonCondBrCriticalEdges,
19-
])
20-
21-
227
def simplifycfg_silcombine_passlist():
238
return ppipe.PassList([
249
p.SimplifyCFG,

0 commit comments

Comments
 (0)