Skip to content

Commit f90f271

Browse files
committed
Merge pull request #812 from practicalswift/fix-pipeline_generator
Make scripts/pipeline_generator.py usable again
2 parents a40c1ee + 78c5264 commit f90f271

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils/pass-pipeline/src/pass_pipeline_library.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ def lower_passlist():
102102
def normal_passpipelines():
103103
result = []
104104

105-
x = ppipe.PassPipeline('PreSpecialize', {'name': 'run_to_fixed_point'})
106-
x.addPass(specialization_passlist())
107-
result.append(x)
108-
109105
x = ppipe.PassPipeline('HighLevel', {'name': 'run_n_times', 'count': 2})
110106
x.addPass(ssapass_passlist('high'))
111107
result.append(x)

0 commit comments

Comments
 (0)