OSDN Git Service

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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170332 91177308-0d34-0410-b5e6-96231b3b80d8

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);