From 7c4db99df3d464518e904b1c81279f4827ea89d1 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sun, 3 May 2009 12:57:47 +0000 Subject: [PATCH] Typo llvm-svn: 70695 --- llvm/lib/Target/MSP430/MSP430RegisterInfo.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/MSP430/MSP430RegisterInfo.td b/llvm/lib/Target/MSP430/MSP430RegisterInfo.td index ba604a9a6515..2793fdc7db96 100644 --- a/llvm/lib/Target/MSP430/MSP430RegisterInfo.td +++ b/llvm/lib/Target/MSP430/MSP430RegisterInfo.td @@ -39,7 +39,7 @@ def R15 : MSP430Reg<15, "R15">; def MSP430Regs : RegisterClass<"MSP430", [i16], 16, // 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 PC, SP, SR, CG]> {