diff options
Diffstat (limited to 'compiler/nativeGen/PPC/Instr.hs')
-rw-r--r-- | compiler/nativeGen/PPC/Instr.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/nativeGen/PPC/Instr.hs b/compiler/nativeGen/PPC/Instr.hs index b8b5043d96..eb179c5a99 100644 --- a/compiler/nativeGen/PPC/Instr.hs +++ b/compiler/nativeGen/PPC/Instr.hs @@ -33,7 +33,8 @@ import Reg import CodeGen.Platform import BlockId -import Hoopl +import Hoopl.Collections +import Hoopl.Label import DynFlags import Cmm import CmmInfo |