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

module CodeGen.Platform.PPC_Darwin (callerSaves) where

import CmmExpr

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