提交 fe4d5645 authored 作者: Frederic's avatar Frederic

Remove opt that isn't used.

This fix the scan test_rop tests! next commit will fix the random opt problem.
上级 e399de59
...@@ -189,9 +189,6 @@ optdb.register('Print1.51', PrintCurrentFunctionGraph('Post-stabilize'), ...@@ -189,9 +189,6 @@ optdb.register('Print1.51', PrintCurrentFunctionGraph('Post-stabilize'),
optdb.register('specialize', gof.EquilibriumDB(), optdb.register('specialize', gof.EquilibriumDB(),
2, 'fast_run') 2, 'fast_run')
optdb.register('Print2.01', PrintCurrentFunctionGraph('Post-specialize'),
2.01,) # 'fast_run', 'fast_compile')
# misc special cases for speed that break canonicalization # misc special cases for speed that break canonicalization
optdb.register('uncanonicalize', gof.EquilibriumDB(), optdb.register('uncanonicalize', gof.EquilibriumDB(),
3, 'fast_run') 3, 'fast_run')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论