Merging in the new codegen branch
[ghc-hetmet.git] / compiler / codeGen / StgCmmBind.hs-boot
diff --git a/compiler/codeGen/StgCmmBind.hs-boot b/compiler/codeGen/StgCmmBind.hs-boot
new file mode 100644 (file)
index 0000000..5840e99
--- /dev/null
@@ -0,0 +1,6 @@
+module StgCmmBind where
+
+import StgCmmMonad( FCode )
+import StgSyn( StgBinding )
+
+cgBind :: StgBinding -> FCode ()