Fix parameter name in prototypes in XCoreDisassembler.
authorRichard Osborne <richard@xmos.com>
Mon, 17 Dec 2012 13:55:49 +0000 (13:55 +0000)
committerRichard Osborne <richard@xmos.com>
Mon, 17 Dec 2012 13:55:49 +0000 (13:55 +0000)
llvm-svn: 170332

llvm/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp

index ebbde96..4f60724 100644 (file)
@@ -76,17 +76,17 @@ static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
                                       uint64_t Address, const void *Decoder);
 
 static DecodeStatus Decode2RInstruction(MCInst &Inst,
-                                        unsigned RegNo,
+                                        unsigned Insn,
                                         uint64_t Address,
                                         const void *Decoder);
 
 static DecodeStatus DecodeR2RInstruction(MCInst &Inst,
-                                         unsigned RegNo,
+                                         unsigned Insn,
                                          uint64_t Address,
                                          const void *Decoder);
 
 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst,
-                                              unsigned RegNo,
+                                              unsigned Insn,
                                               uint64_t Address,
                                               const void *Decoder);