diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-04-11 18:51:50 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-04-11 18:51:50 +0000 |
commit | 74adbddade04e8d7af2cf87d0980cd58b7eef169 (patch) | |
tree | b7da75af642a62eabb05780cd591883966a8c8a4 /llvm/lib | |
parent | fe917efc8b5e163aee4a0470196523bc0876cffd (diff) | |
download | bcm5719-llvm-74adbddade04e8d7af2cf87d0980cd58b7eef169.tar.gz bcm5719-llvm-74adbddade04e8d7af2cf87d0980cd58b7eef169.zip |
Trivial comment fix.
llvm-svn: 129288
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h | 2 |
2 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 26d0e03787d..dc04227420b 100644 --- a/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp +++ b/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp @@ -3705,7 +3705,7 @@ ARMBasicMCBuilder *llvm::CreateMCBuilder(unsigned Opcode, ARMFormat Format) { /// function was set as part of the setupBuilderForSymbolicDisassembly() call /// then that function is called to get any symbolic information at the /// builder's Address for this instrution. If that returns non-zero then the -/// symbolic information is returns is used to create an MCExpr and that is +/// symbolic information it returns is used to create an MCExpr and that is /// added as an operand to the MCInst. This function returns true if it adds /// an operand to the MCInst and false otherwise. bool ARMBasicMCBuilder::tryAddingSymbolicOperand(uint64_t Value, diff --git a/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h b/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h index f720e14d23a..41e2a6049d8 100644 --- a/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h +++ b/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h @@ -299,7 +299,7 @@ public: /// function was set as part of the setupBuilderForSymbolicDisassembly() call /// then that function is called to get any symbolic information at the /// builder's Address for this instrution. If that returns non-zero then the - /// symbolic information is returns is used to create an MCExpr and that is + /// symbolic information it returns is used to create an MCExpr and that is /// added as an operand to the MCInst. This function returns true if it adds /// an operand to the MCInst and false otherwise. bool tryAddingSymbolicOperand(uint64_t Value, uint64_t InstSize, MCInst &MI); |