From f99601fab40d0a8a5e4ccee62cfde6eeae88682f Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sun, 3 May 2009 12:57:47 +0000 Subject: [PATCH] Typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70695 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/MSP430/MSP430RegisterInfo.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/MSP430/MSP430RegisterInfo.td b/lib/Target/MSP430/MSP430RegisterInfo.td index ba604a9a651..2793fdc7db9 100644 --- a/lib/Target/MSP430/MSP430RegisterInfo.td +++ b/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]> {