summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/PPC/CodeGen.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nativeGen/PPC/CodeGen.hs')
-rw-r--r--compiler/nativeGen/PPC/CodeGen.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/nativeGen/PPC/CodeGen.hs b/compiler/nativeGen/PPC/CodeGen.hs
index f246ec36f1..360b102654 100644
--- a/compiler/nativeGen/PPC/CodeGen.hs
+++ b/compiler/nativeGen/PPC/CodeGen.hs
@@ -32,7 +32,9 @@ import PPC.Instr
import PPC.Cond
import PPC.Regs
import CPrim
-import NCGMonad
+import NCGMonad ( NatM, getNewRegNat, getNewLabelNat
+ , getBlockIdNat, getPicBaseNat, getNewRegPairNat
+ , getPicBaseMaybeNat )
import Instruction
import PIC
import Format