Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CompilerStack: Don't swallow details include in OptimizerException
- By catching and asserting it we hide the line number and message. - OptimizerException inherits from util::Exception so just letting it through will have the same effect as asserting.
- Loading branch information