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 | 9eb8d6fb43dc5aa670310ce499d72dbce19e29dd (patch) | |
tree | eec1ab6c8aa3517d90300fff110298c618641fbf /llvm/include/llvm-c | |
parent | 09de8ecd887cff1520ba301a82f223c85b4e4e38 (diff) | |
download | bcm5719-llvm-9eb8d6fb43dc5aa670310ce499d72dbce19e29dd.tar.gz bcm5719-llvm-9eb8d6fb43dc5aa670310ce499d72dbce19e29dd.zip |
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.
llvm-svn: 95274
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r-- | llvm/include/llvm-c/EnhancedDisassembly.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/EnhancedDisassembly.h b/llvm/include/llvm-c/EnhancedDisassembly.h index 54a42221972..a9703f5995d 100644 --- a/llvm/include/llvm-c/EnhancedDisassembly.h +++ b/llvm/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); |