diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-10-17 13:54:22 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-10-18 13:32:30 -0400 |
commit | 4dc14be1c7ea79652f7d6dd5af95d31c87e01e45 (patch) | |
tree | f611c931693721f171ad321966e2689772bec5af /utils/deriveConstants/Main.hs | |
parent | c1e5719aa500cb9e0f2549eb9b9e2255038ac35d (diff) | |
download | haskell-wip/drop-long-reg.tar.gz |
cmm: Drop LongReg GlobalRegswip/drop-long-reg
This register is not mapped to a machine register on any platform that
we currently support. Consequently, it doesn't really make sense to
carry around the infrastructure for this register.
Diffstat (limited to 'utils/deriveConstants/Main.hs')
-rw-r--r-- | utils/deriveConstants/Main.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/deriveConstants/Main.hs b/utils/deriveConstants/Main.hs index 65c3deb3e5..0b47a894d3 100644 --- a/utils/deriveConstants/Main.hs +++ b/utils/deriveConstants/Main.hs @@ -652,7 +652,6 @@ wanteds os = concat ,constantWord Haskell "MAX_Real_Float_REG" "MAX_REAL_FLOAT_REG" ,constantWord Haskell "MAX_Real_Double_REG" "MAX_REAL_DOUBLE_REG" ,constantWord Haskell "MAX_Real_XMM_REG" "MAX_REAL_XMM_REG" - ,constantWord Haskell "MAX_Real_Long_REG" "MAX_REAL_LONG_REG" -- This tells the native code generator the size of the spill -- area it has available. |