diff options
Diffstat (limited to 'compiler/nativeGen/Instruction.hs')
-rw-r--r-- | compiler/nativeGen/Instruction.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/nativeGen/Instruction.hs b/compiler/nativeGen/Instruction.hs index ff05cbd111..515d4f3d85 100644 --- a/compiler/nativeGen/Instruction.hs +++ b/compiler/nativeGen/Instruction.hs @@ -17,7 +17,8 @@ where import Reg import BlockId -import Hoopl +import Hoopl.Collections +import Hoopl.Label import DynFlags import Cmm hiding (topInfoTable) import Platform |