summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CodeGen/Platform/NoRegs.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/codeGen/CodeGen/Platform/NoRegs.hs')
-rw-r--r--compiler/codeGen/CodeGen/Platform/NoRegs.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/codeGen/CodeGen/Platform/NoRegs.hs b/compiler/codeGen/CodeGen/Platform/NoRegs.hs
index ff39dd90ae..6d7c3342d0 100644
--- a/compiler/codeGen/CodeGen/Platform/NoRegs.hs
+++ b/compiler/codeGen/CodeGen/Platform/NoRegs.hs
@@ -1,8 +1,8 @@
-module CodeGen.Platform.NoRegs (callerSaves) where
+module CodeGen.Platform.NoRegs where
import CmmExpr
#define MACHREGS_NO_REGS 1
-#include "../../../../includes/CallerSaves.part.hs"
+#include "../../../../includes/CodeGen.Platform.hs"