diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-04-03 01:17:30 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-04-03 01:17:30 +0000 |
| commit | 884e66a54571bb45bc57948d2e45544ec7065225 (patch) | |
| tree | 573eadf1996fff7f9634ece85d83576d106f376d /llvm/lib/Target | |
| parent | 58e83eb50d28d5da86f76eade4fa577324d4f3e3 (diff) | |
| download | bcm5719-llvm-884e66a54571bb45bc57948d2e45544ec7065225.tar.gz bcm5719-llvm-884e66a54571bb45bc57948d2e45544ec7065225.zip | |
Fix comment.
llvm-svn: 100259
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp b/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp index 9f41455797c..eb67d754e26 100644 --- a/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp +++ b/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp @@ -478,7 +478,7 @@ static inline ARM_AM::AMSubMode getAMSubModeForBits(unsigned bits) { /// followed by possible src(s). /// /// The processing of the predicate, and the 'S' modifier bit, if MI modifies -/// the CPSR, is factored into ARMBasicMCBuilder's class method named +/// the CPSR, is factored into ARMBasicMCBuilder's method named /// TryPredicateAndSBitModifier. static bool DisassemblePseudo(MCInst &MI, unsigned Opcode, uint32_t insn, @@ -3159,7 +3159,7 @@ ARMAlgorithm *ARMAlgorithm::GetInstance(ARMFormat Format) { /// The general idea is to set the Opcode for the MCInst, followed by adding /// the appropriate MCOperands to the MCInst. ARM Basic MC Builder delegates /// to the Algo (ARM Disassemble Algorithm) object to perform Format-specific -/// disassembly, followed by class method TryPredicateAndSBitModifier() to do +/// disassembly, followed by TryPredicateAndSBitModifier() to do /// PredicateOperand and OptionalDefOperand which follow the Dst/Src Operands. bool ARMBasicMCBuilder::BuildIt(MCInst &MI, uint32_t insn) { // Stage 1 sets the Opcode. |

