Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decimal Format Peephole incorrectly detecting opportunity
Decimal Format Peephole was not correctly verifying that the child of the format() call is the direct result of the BigDecimal.{double/float}Value() call allowing for some operations to be removed. Signed-off-by: Kevin Langman <langman@ca.ibm.com>
- Loading branch information