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

module CodeGen.Platform.SPARC (callerSaves) where

import CmmExpr

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