diff options
Diffstat (limited to 'compiler/nativeGen/Size.hs')
-rw-r--r-- | compiler/nativeGen/Size.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/Size.hs b/compiler/nativeGen/Size.hs index 3be5430e82..6b5b1aff59 100644 --- a/compiler/nativeGen/Size.hs +++ b/compiler/nativeGen/Size.hs @@ -22,7 +22,7 @@ module Size ( where -import Cmm +import OldCmm import Outputable -- It looks very like the old MachRep, but it's now of purely local |