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

module CodeGen.Platform.ARM (callerSaves) where

import CmmExpr

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