summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm/PPC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/CmmToAsm/PPC.hs')
-rw-r--r--compiler/GHC/CmmToAsm/PPC.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/CmmToAsm/PPC.hs b/compiler/GHC/CmmToAsm/PPC.hs
index 01d479d1c5..cbfbdb539c 100644
--- a/compiler/GHC/CmmToAsm/PPC.hs
+++ b/compiler/GHC/CmmToAsm/PPC.hs
@@ -32,7 +32,6 @@ ncgPPC config = NcgImpl
, maxSpillSlots = PPC.maxSpillSlots config
, allocatableRegs = PPC.allocatableRegs platform
, ncgAllocMoreStack = PPC.allocMoreStack platform
- , ncgExpandTop = id
, ncgMakeFarBranches = PPC.makeFarBranches
, extractUnwindPoints = const []
, invertCondBranches = \_ _ -> id