mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-30 20:34:21 +00:00
Trivial comment fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129288 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cfea985f53
commit
f18dfc3a31
@ -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,
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user