one more missing patch from new codegen path
[ghc-hetmet.git] / compiler / cmm / CmmExpr.hs
index 6e09a6f..6c38c03 100644 (file)
@@ -419,6 +419,8 @@ instance Ord GlobalReg where
    compare _ GCFun = GT
    compare BaseReg _ = LT
    compare _ BaseReg = GT
+   compare EagerBlackholeInfo _ = LT
+   compare _ EagerBlackholeInfo = GT
 
 -- convenient aliases
 spReg, hpReg, spLimReg, nodeReg :: CmmReg