Skip to content
  • Dale Johannesen's avatar
    Next round of APFloat changes. · bed9dc42
    Dale Johannesen authored
    Use APFloat in UpgradeParser and AsmParser.
    Change all references to ConstantFP to use the
    APFloat interface rather than double.  Remove
    the ConstantFP double interfaces.
    Use APFloat functions for constant folding arithmetic
    and comparisons.
    (There are still way too many places APFloat is
    just a wrapper around host float/double, but we're
    getting there.)
    
    llvm-svn: 41747
    bed9dc42
Loading