[project @ 2005-01-28 12:55:17 by simonmar]
[ghc-hetmet.git] / ghc / compiler / cmm / MachOp.hs
index 2d933e0..5bbff6d 100644 (file)
@@ -80,7 +80,6 @@ module MachOp         (
   ) where
 
 #include "HsVersions.h"
-#include "../includes/ghcconfig.h"
 
 import Constants
 import Outputable
@@ -506,7 +505,6 @@ isAssociativeMachOp :: MachOp -> Bool
 isAssociativeMachOp mop = 
   case mop of
        MO_Add r        -> not (isFloatingRep r)
-       MO_Sub r        -> not (isFloatingRep r)
        MO_Mul r        -> not (isFloatingRep r)
        MO_And _        -> True
        MO_Or _         -> True