diff options
author | Sean Callanan <scallanan@apple.com> | 2010-02-04 01:43:08 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2010-02-04 01:43:08 +0000 |
commit | 76706584c2190f4a157ec7a3c89a7098ce9fd880 (patch) | |
tree | c6bac1147b6a6722a5aff9accaaf1ae699274ae2 /include/llvm-c | |
parent | 523d70ec1f8daa67bb8a9fe8f7b6b3d076a26c99 (diff) |
Filled in a few new APIs for the enhanced
disassembly library that provide access to
instruction information, and fixed ambiguous
wording in the comments for the header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95274 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r-- | include/llvm-c/EnhancedDisassembly.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/EnhancedDisassembly.h b/include/llvm-c/EnhancedDisassembly.h index 54a4222197..a9703f5995 100644 --- a/include/llvm-c/EnhancedDisassembly.h +++ b/include/llvm-c/EnhancedDisassembly.h @@ -176,7 +176,7 @@ void EDReleaseInst(EDInstRef inst); /*! @function EDInstByteSize @param inst The instruction to be queried. - @result The number of bytes consumed by the instruction. + @result The number of bytes in the instruction's machine-code representation. */ int EDInstByteSize(EDInstRef inst); |