summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToC.hs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-01-26 21:01:26 -0500
committerBen Gamari <ben@smart-cactus.org>2022-01-29 14:52:56 -0500
commita67c2471a0bf18adf2916fbaa6a7e3f676279b7f (patch)
treedf90a465f6c02fc5bbc254307f11225f87dbdf34 /compiler/GHC/CmmToC.hs
parentc6bede69443a9f40b0504cee83d9b2c5e9b8163b (diff)
downloadhaskell-a67c2471a0bf18adf2916fbaa6a7e3f676279b7f.tar.gz
Rip out remaining SPARC support
Diffstat (limited to 'compiler/GHC/CmmToC.hs')
-rw-r--r--compiler/GHC/CmmToC.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/CmmToC.hs b/compiler/GHC/CmmToC.hs
index 743d27fc15..6528f63921 100644
--- a/compiler/GHC/CmmToC.hs
+++ b/compiler/GHC/CmmToC.hs
@@ -1316,8 +1316,6 @@ cLoad platform expr rep
bewareLoadStoreAlignment ArchMipsel = True
bewareLoadStoreAlignment (ArchARM {}) = True
bewareLoadStoreAlignment ArchAArch64 = True
- bewareLoadStoreAlignment ArchSPARC = True
- bewareLoadStoreAlignment ArchSPARC64 = True
-- Pessimistically assume that they will also cause problems
-- on unknown arches
bewareLoadStoreAlignment ArchUnknown = True