diff options
Diffstat (limited to 'compiler/GHC/StgToCmm/Expr.hs-boot')
-rw-r--r-- | compiler/GHC/StgToCmm/Expr.hs-boot | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/GHC/StgToCmm/Expr.hs-boot b/compiler/GHC/StgToCmm/Expr.hs-boot deleted file mode 100644 index 5dd63a81dc..0000000000 --- a/compiler/GHC/StgToCmm/Expr.hs-boot +++ /dev/null @@ -1,7 +0,0 @@ -module GHC.StgToCmm.Expr where - -import GHC.Cmm.Expr -import GHC.StgToCmm.Monad -import GHC.Types.Literal - -cgLit :: Literal -> FCode CmmExpr |