Skip to content
Success

Changes

Summary

  1. Delete TR::SelectOpt, which is unused (commit: 803891a) (details)
Commit 803891a474d01fe056ecb99e414ef0627dbd75ed by Devin Papineau
Delete TR::SelectOpt, which is unused

If there is a case in which it's desirable for an entry in _opts to
select between two different Optimization classes based on an option, we
can simply check the option where that entry is initialized, and use it
to choose which factory function to pass to the OptimizationManager.
Moreover, by checking the option there, we'll naturally take option sets
into account.
(commit: 803891a)
The file was removedcompiler/optimizer/SelectOpt.hpp