Simon Peyton Jones pushed to branch wip/T26548 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Core/Opt/Simplify/Utils.hs
    ... ... @@ -1055,8 +1055,6 @@ Reason for (a):
    1055 1055
       were evaluated, nothing more.  That in turn make the enclosing function
    
    1056 1056
       too big to inline elsewhere.
    
    1057 1057
     
    
    1058
    -  
    
    1059
    -
    
    1060 1058
     Reason for (b): we want to inline integerCompare here
    
    1061 1059
       integerLt# :: Integer -> Integer -> Bool#
    
    1062 1060
       integerLt# (IS x) (IS y)                  = x <# y