mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-25 17:20:48 +00:00
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70695 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -39,7 +39,7 @@ def R15 : MSP430Reg<15, "R15">;
|
|||||||
|
|
||||||
def MSP430Regs : RegisterClass<"MSP430", [i16], 16,
|
def MSP430Regs : RegisterClass<"MSP430", [i16], 16,
|
||||||
// Volatile registers
|
// Volatile registers
|
||||||
[R4, R5, R6, R7, R8, R9, R9, R10, R11, R12, R13, R14, R15,
|
[R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15,
|
||||||
// Volatile, but not allocable
|
// Volatile, but not allocable
|
||||||
PC, SP, SR, CG]>
|
PC, SP, SR, CG]>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user