summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToLlvm/Regs.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/CmmToLlvm/Regs.hs')
-rw-r--r--compiler/GHC/CmmToLlvm/Regs.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/CmmToLlvm/Regs.hs b/compiler/GHC/CmmToLlvm/Regs.hs
index 60c27c8f44..af2a88c4c9 100644
--- a/compiler/GHC/CmmToLlvm/Regs.hs
+++ b/compiler/GHC/CmmToLlvm/Regs.hs
@@ -16,7 +16,7 @@ import GhcPrelude
import GHC.Llvm
import GHC.Cmm.Expr
-import DynFlags
+import GHC.Driver.Session
import FastString
import Outputable ( panic )
import Unique