mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Trivial comment fix.
llvm-svn: 129288
This commit is contained in:
parent
d575a99d75
commit
77dc5a7187
@ -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…
Reference in New Issue
Block a user