summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CodeGen/Platform/X86.hs
blob: c19bf9dcfb31f22a21281f35f65b3cfa52cced38 (plain)
1
2
3
4
5
6
7
8
9

module CodeGen.Platform.X86 (callerSaves) where

import CmmExpr

#define MACHREGS_NO_REGS 0
#define MACHREGS_i386 1
#include "../../../../includes/CallerSaves.part.hs"