diff options
Diffstat (limited to 'compiler/nativeGen/SPARC/Stack.hs')
-rw-r--r-- | compiler/nativeGen/SPARC/Stack.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/SPARC/Stack.hs b/compiler/nativeGen/SPARC/Stack.hs index 3f5b2a7289..2553c6135d 100644 --- a/compiler/nativeGen/SPARC/Stack.hs +++ b/compiler/nativeGen/SPARC/Stack.hs @@ -14,7 +14,7 @@ import SPARC.Regs import SPARC.Base import SPARC.Imm -import DynFlags +import GHC.Driver.Session import Outputable -- | Get an AddrMode relative to the address in sp. |